Browse Source

修改样式

See999 5 years ago
parent
commit
31f7226f54
1 changed files with 10 additions and 7 deletions
  1. 10 7
      src/views/layout/components/Sidebar/SidebarItem.vue

+ 10 - 7
src/views/layout/components/Sidebar/SidebarItem.vue View File

207
     }
207
     }
208
   }
208
   }
209
 }
209
 }
210
-.el-menu-item{
210
+.menu-wrapper{
211
+  .el-menu-item{
211
    background-color:#1F2D3D !important;
212
    background-color:#1F2D3D !important;
213
+  }
214
+  .el-menu{
215
+    background-color:#1F2D3D !important;
216
+  }
217
+  .el-submenu__title{
218
+    background-color:#1F2D3D !important;
219
+  }
212
 }
220
 }
213
-.el-menu{
214
-  background-color:#1F2D3D !important;
215
-}
216
-.el-submenu__title{
217
-  background-color:#1F2D3D !important;
218
-}
221
+
219
 </style>
222
 </style>