From ab5f6abd9e5f97d6b974e2a5b08157a29d8c4d08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Chuailei000=E2=80=9D?= <2280131253@qq.com> Date: Wed, 1 Feb 2023 14:46:11 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BB=AA=E8=A1=A8=E7=9B=98=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E6=97=A5=E6=9C=9F=E6=8C=89=E9=92=AE=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E9=98=B4=E5=BD=B1=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/components/SwitchDate.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/dashboard/components/SwitchDate.vue b/src/views/dashboard/components/SwitchDate.vue index 2ed12faf4..385e11859 100644 --- a/src/views/dashboard/components/SwitchDate.vue +++ b/src/views/dashboard/components/SwitchDate.vue @@ -67,6 +67,7 @@ export default { color: var(--color-primary); background-color: #FFF; border-radius: 4px; + box-shadow: 0 2px 2px rgb(90 97 105 / 31%)!important; } } }