mirror of
https://github.com/yangzongzhuan/RuoYi-Vue3.git
synced 2025-12-28 12:17:13 +00:00
菜单导航设置支持纯顶部
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user