From b58f8386249dfc109cc63533218a593b235111bb Mon Sep 17 00:00:00 2001 From: cxk <119064883@qq.com> Date: Mon, 20 Jul 2026 02:08:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E5=B1=95=E5=8E=85=E5=85=A5=E5=8F=A3=E5=8D=95=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/index.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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;