perf: improve shadow style of side menu (#3638)

#### 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
优化左侧菜单栏边框阴影的样式。
```
pull/3606/head
Ryan Wang 2023-03-30 15:34:14 +08:00 committed by GitHub
parent 04cda52379
commit 7cf5e3c39b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;