From 7cf5e3c39b4dd774521130ba543a05cfdd5fae57 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Thu, 30 Mar 2023 15:34:14 +0800 Subject: [PATCH] perf: improve shadow style of side menu (#3638) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /kind improvement /area console /milestone 2.4.0 #### What this PR does / why we need it: 优化左侧菜单栏边框阴影的样式。 #### Which issue(s) this PR fixes: Fixes https://github.com/halo-dev/halo/issues/3629 #### Does this PR introduce a user-facing change? ```release-note 优化左侧菜单栏边框阴影的样式。 ``` --- console/src/layouts/BasicLayout.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/src/layouts/BasicLayout.vue b/console/src/layouts/BasicLayout.vue index 5d143490c..486c20d13 100644 --- a/console/src/layouts/BasicLayout.vue +++ b/console/src/layouts/BasicLayout.vue @@ -405,8 +405,8 @@ onMounted(() => { .navbar { @apply w-64; @apply bg-white; + @apply shadow; z-index: 999; - box-shadow: 0 4px 4px #f6c6ce; .profile-placeholder { height: 70px;