Merge pull request #186 from LostElkByte/master

fix: 🐛 修复侧边栏混合模式下的hamburger组件顶部阴影效果
This commit is contained in:
Ray Hao
2025-02-21 16:35:49 +08:00
committed by GitHub

View File

@@ -235,6 +235,7 @@ function handleToggleSidebar() {
width: 100%;
height: 50px;
line-height: 50px;
box-shadow: 0 0 6px -2px var(--el-color-primary);
}
}