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