Skip to content

Commit 4101bf6

Browse files
authored
style: Fix the issue of inconsistent menu spacing. (#7932)
1 parent a97deb3 commit 4101bf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/layout/components/Sidebar/index.scss

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
background-color: var(--el-menu-item-bg-color);
5252
box-shadow: 0 0 4px rgba(0, 94, 235, 0.1);
5353
height: 46px;
54+
margin: 6px 0;
5455
border-radius: 4px;
5556
&:hover {
5657
.el-icon {

0 commit comments

Comments
 (0)