diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 37bcf22..12fa43f 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -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;