新增菜单导航显示风格TopNav(false为左侧导航菜单,true为顶部导航菜单)

This commit is contained in:
RuoYi
2021-04-12 10:20:25 +08:00
parent 92a93f7cf8
commit 1298d02379
9 changed files with 204 additions and 8 deletions

View File

@@ -176,6 +176,12 @@
color: #FFFFFF;
}
/* submenu item */
.el-menu--horizontal > .el-submenu .el-submenu__title {
height: 50px !important;
line-height: 50px !important;
}
/* text color */
.text-navy {
color: #1ab394;

View File

@@ -135,9 +135,6 @@
margin-left: 20px;
}
.el-submenu__icon-arrow {
display: none;
}
}
}