From 49124e7eebc4477bbb8120881812f9fc87d6c12a Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 5 Jul 2024 22:27:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AD=90=E5=88=86=E7=B1=BB?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E6=8E=92=E5=BA=8F=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/classification/components/Content.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/pages/classification/components/Content.vue b/src/pages/classification/components/Content.vue index 399c700..601fd6c 100644 --- a/src/pages/classification/components/Content.vue +++ b/src/pages/classification/components/Content.vue @@ -139,7 +139,7 @@ :class="[ `${ store.setting.classification.layout === 'top' - ? '!fixed !z-[10000] !rounded-lg !drop-shadow-[0_0_6px_rgba(0,0,0,0.2)] !origin-top-left !pt-1 !mt-1' + ? '!fixed !z-[10000] !rounded-lg !origin-top-left !pt-1 !mt-1' : '' }`, ]" @@ -158,6 +158,10 @@ : '', maxHeight: store.setting.classification.layout === 'top' ? '300px' : 'auto', + 'box-shadow': + store.setting.classification.layout === 'top' + ? '0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05' + : '', }" >