@@ -47,8 +47,8 @@ export default {
top: 0;
left: 0;
width: 180px;
- height: 64px;
- line-height: 64px;
+ height: 40px;
+ line-height: 40px;
background-color: #20222a;
font-size: 20px;
overflow: hidden;
@@ -32,7 +32,7 @@
.avue-sidebar {
user-select: none;
position: relative;
- padding-top: 60px;
+ padding-top: 40px;
height: 100%;
@@ -10,12 +10,13 @@ p{
margin: 0 !important;
}
.el-submenu__icon-arrow {
- right: 10px;
+ right: 10px !important;
.el-menu-item, .el-submenu__title{
- height: 40px;
- line-height:40px;
+ height: 40px !important;
+ line-height:40px !important;
+
.el-submenu .el-menu-item {
min-width: 180px;
height: 35px;