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
337 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 {
text-align: center;
2 years ago
min-width: 100px !important;
2 years ago
}