优化:首页展厅入口单按钮布局
This commit is contained in:
@@ -1968,8 +1968,7 @@ const handleExplainBack = () => {
|
|||||||
.poi-card-actions {
|
.poi-card-actions {
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
grid-template-columns: minmax(0, 1fr);
|
||||||
gap: 8px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.poi-action {
|
.poi-action {
|
||||||
@@ -1978,7 +1977,7 @@ const handleExplainBack = () => {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 0 6px;
|
padding: 0 16px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
background: #f6f7f4;
|
background: #f6f7f4;
|
||||||
border: 1px solid #e5e6de;
|
border: 1px solid #e5e6de;
|
||||||
|
|||||||
Reference in New Issue
Block a user