See999 5 anni fa
parent
commit
865ce54822

+ 2 - 0
src/views/layout/components/Sidebar/SidebarItem.vue Vedi File

@@ -218,6 +218,8 @@ export default {
218 218
   .el-submenu__title{
219 219
     background-color:#1F2D3D !important;
220 220
     color: #fff !important;
221
+    height: 32px !important;
222
+    line-height: 32px !important;
221 223
   }
222 224
   .router-link-exact-active{
223 225
     color: rgb(64, 158, 255) !important;

+ 2 - 2
src/views/layout/components/Sidebar/index.vue Vedi File

@@ -242,8 +242,8 @@ export default {
242 242
     background-color: #1F2D3D !important;
243 243
   }
244 244
   .el-menu-item{
245
-    height: 36px !important;
246
-    line-height: 36px !important;
245
+    height: 32px !important;
246
+    line-height: 32px !important;
247 247
     background-color: #1F2D3D !important;
248 248
     color: #fff !important;
249 249
     i{