wangqifan 3 éve
szülő
commit
8dc31ea000
1 módosított fájl, 5 hozzáadás és 5 törlés
  1. 5 5
      src/main/vue/src/views/Admin.vue

+ 5 - 5
src/main/vue/src/views/Admin.vue

@@ -623,7 +623,7 @@ export default {
 .logo-content {
     // padding: 20px;
     // min-width: 220px;
-    background: #242744;
+    background: #00beb4;
     padding: 22px;
     .logo-text {
         width: 156px;
@@ -774,16 +774,16 @@ export default {
     flex-grow: 1;
     flex-basis: 0;
     overflow-y: scroll;
-    background: #242744 !important;
+    background: #00BEB4 !important;
     .el-submenu__title {
-        background: #242744 !important;
+        background: #00BEB4 !important;
     }
     .el-menu {
         border-bottom: none;
         .el-menu-item {
-            background: #242744 !important;
+            background: #00BEB4 !important;
             &.is-active {
-                background: #080c27 !important;
+                background: #0096B4 !important;
                 color: #4dcc6f !important;
                 position: relative;
                 &::before {