xuqiang 4 лет назад
Родитель
Сommit
b7a33de70e
1 измененных файлов с 11 добавлено и 11 удалено
  1. 11 11
      src/main/pc-space/src/views/user/Personal.vue

+ 11 - 11
src/main/pc-space/src/views/user/Personal.vue

@@ -85,17 +85,17 @@ export default {
                 font-size: 18px !important;
             }
         }
-        .el-menu .is-active {
-            &::before {
-                width: 3px;
-                height: 36px;
-                background: linear-gradient(90deg, #fdfb60 0%, #fdfb60 0%, #ff8f3e 100%);
-                border-radius: 2px;
-                content: '';
-                position: absolute;
-                left: 0;
-                top: 12px;
-            }
+    }
+    .el-menu .is-active {
+        &::before {
+            width: 3px;
+            height: 36px;
+            background: linear-gradient(90deg, #fdfb60 0%, #fdfb60 0%, #ff8f3e 100%);
+            border-radius: 2px;
+            content: '';
+            position: absolute;
+            left: 0;
+            top: 12px;
         }
     }
     .icon {