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

This commit is contained in:
RuoYi
2021-04-12 09:54:08 +08:00
parent 5f2350569a
commit 9aac65ff32
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;
}
}
}