fix: 🐛 修复侧边栏混合模式下的hamburger组件顶部阴影效果

This commit is contained in:
lostelk
2025-02-21 14:43:34 +08:00
parent d18fff7104
commit 845c91b469

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);
}
}