From d47d4a2fdf670373607f93581e98a14f778bc3a7 Mon Sep 17 00:00:00 2001 From: lyf <2514544224@qq.com> Date: Sat, 4 Jul 2026 20:24:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E4=B8=80=E9=A6=96=E9=A1=B5=E5=8F=B3?= =?UTF-8?q?=E4=BE=A7=E5=BF=AB=E6=8D=B7=E6=8C=89=E9=92=AE=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/index.vue | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 0013abb..a81e899 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -1486,9 +1486,12 @@ const handleExplainBack = () => { } .guide-quick-actions { + --guide-floating-control-width: 48px; + position: absolute; top: 118px; - right: 16px; + right: 18px; + width: var(--guide-floating-control-width); display: flex; flex-direction: column; align-items: stretch; @@ -1497,9 +1500,10 @@ const handleExplainBack = () => { } .guide-quick-action { - width: 76px; - min-height: 46px; - padding: 6px 7px; + width: 100%; + height: 56px; + min-height: 0; + padding: 6px 4px; display: flex; flex-direction: column; align-items: center; @@ -1524,6 +1528,7 @@ const handleExplainBack = () => { .guide-quick-icon { width: 22px; height: 22px; + flex: 0 0 22px; position: relative; color: #151713; } @@ -1575,11 +1580,13 @@ const handleExplainBack = () => { } .guide-quick-action-text { + width: 100%; font-size: 12px; line-height: 16px; font-weight: 600; color: #151713; text-align: center; + white-space: nowrap; } .guide-quick-action-text.primary {