优化:首页展厅入口单按钮布局

This commit is contained in:
cxk
2026-07-20 02:08:12 +08:00
parent 5331d6e0af
commit b58f838624

View File

@@ -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;