Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-21 11:29:20 +08:00

style: 解决顶部模式下 navigation-bar 背景色遮挡了下方阴影的问题

This commit is contained in:
pany 2023-10-18 16:49:14 +08:00
parent 7307f4caa2
commit 91350be394

View File

@ -47,6 +47,7 @@ $transition-time: 0.35s;
display: flex;
.navigation-bar {
flex: 1;
background: transparent;
}
}
}