菜单导航设置支持纯顶部

This commit is contained in:
RuoYi
2025-12-16 11:41:45 +08:00
parent 168ad6a3b6
commit 73efecc5c2
10 changed files with 276 additions and 33 deletions

View File

@@ -156,6 +156,18 @@
width: inherit;
}
/* el menu */
.el-menu-item,
.el-sub-menu {
.svg-icon + span {
margin-left: 5px;
}
}
.el-menu--horizontal .el-menu--popup {
min-width: 120px !important;
}
/** 表格更多操作下拉样式 */
.el-table .el-dropdown-link {
cursor: pointer;