From 26cd16be093ad1c19f58ce72fa8a4045b695dc26 Mon Sep 17 00:00:00 2001 From: zhangyahui Date: Thu, 30 Apr 2026 14:21:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=9A=90=E8=97=8Fstyle=E9=80=89?= =?UTF-8?q?=E9=A1=B9=E7=9A=84confirm=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/components/input/StyleSelect.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/home/components/input/StyleSelect.vue b/src/views/home/components/input/StyleSelect.vue index ff253a8..742eff4 100644 --- a/src/views/home/components/input/StyleSelect.vue +++ b/src/views/home/components/input/StyleSelect.vue @@ -38,11 +38,11 @@ /> - @@ -76,6 +76,7 @@ const selectStyle = (value: string) => { tempSelectedValue.value = value + confirmStyle() } const confirmStyle = () => { @@ -154,6 +155,7 @@ justify-content: center; height: 28.5rem; overflow-y: auto; + padding-bottom: 2rem !important; } .fida-style-popover-item {