You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
326 B
18 lines
326 B
|
2 years ago
|
#navbar-menu {
|
||
|
|
.sidebar-item {
|
||
|
|
display: inline-block;
|
||
|
|
}
|
||
|
|
.el-menu-item, .el-submenu__title {
|
||
|
|
height: 50px;
|
||
|
|
line-height: 50px;
|
||
|
|
}
|
||
|
|
.el-submenu__icon-arrow {
|
||
|
|
position: initial;
|
||
|
|
margin-top: 0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
.el-menu--collapse .el-menu .el-submenu, .el-menu--popup {
|
||
|
|
min-width: 120px;
|
||
|
|
text-align: center;
|
||
|
|
}
|