See999 5 years ago
parent
commit
865ce54822

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

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

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

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