feat: 支持双列布局次级菜单折叠及三档响应式断点

This commit is contained in:
Ray.Hao
2026-07-02 20:25:51 +08:00
parent c966764314
commit cdf43ea71a
9 changed files with 130 additions and 42 deletions

View File

@@ -124,7 +124,11 @@
}
}
html.dark .layout-root,
/* 隐藏侧边栏 el-scrollbar 的水平滚动条el-scrollbar 的 wrap 宽度因滚动条 gutter 比内容少 1px导致 .el-menu--collapse 始终溢出) */
.layout-sidebar .el-scrollbar__bar.is-horizontal {
display: none !important;
}
html.sidebar-color-blue .layout-root,
html.dark .el-menu--popup,
html.sidebar-color-blue .el-menu--popup {