File tree 3 files changed +17
-6
lines changed
3 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 83
83
84
84
.hideSidebar {
85
85
.sidebar-container {
86
- width : 36 px !important ;
86
+ width : 54 px !important ;
87
87
}
88
88
89
89
.main-container {
90
- margin-left : 36px ;
90
+ margin-left : 54px ;
91
+ }
92
+
93
+ .svg-icon {
94
+ margin-right : 0px ;
91
95
}
92
96
93
97
.submenu-title-noDropdown {
94
- padding-left : 10 px !important ;
98
+ padding : 0 !important ;
95
99
position : relative ;
96
100
97
101
.el-tooltip {
98
- padding : 0 10px !important ;
102
+ padding : 0 !important ;
103
+ .svg-icon {
104
+ margin-left : 20px ;
105
+ }
99
106
}
100
107
}
101
108
102
109
.el-submenu {
103
110
overflow : hidden ;
104
111
105
112
& >.el-submenu__title {
106
- padding-left : 10px !important ;
113
+ padding : 0 !important ;
114
+ .svg-icon {
115
+ margin-left : 20px ;
116
+ }
107
117
108
118
.el-submenu__icon-arrow {
109
119
display : none ;
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ $menuHover:#263445;
19
19
$subMenuBg :#1f2d3d ;
20
20
$subMenuHover :#001528 ;
21
21
22
- $sideBarWidth : 180 px ;
22
+ $sideBarWidth : 210 px ;
23
23
24
24
// the :export directive is the magic sauce for webpack
25
25
// https://www.bluematador.com/blog/how-to-share-variables-between-js-and-sass
Original file line number Diff line number Diff line change 6
6
:background-color =" variables.menuBg"
7
7
:text-color =" variables.menuText"
8
8
:active-text-color =" variables.menuActiveText"
9
+ :collapse-transition =" false"
9
10
mode =" vertical"
10
11
>
11
12
<sidebar-item v-for =" route in permission_routers" :key =" route.path" :item =" route" :base-path =" route.path" />
You can’t perform that action at this time.
0 commit comments