Browse Source

:art: Improving structure / format of the code.

lishangbu 6 years ago
parent
commit
c6a44b000c

+ 3 - 3
src/page/index/top/top-theme.vue

@@ -34,15 +34,15 @@ export default {
       text: "",
       list: [
         {
-          name: "默认主题",
+          name: "默认",
           value: "default"
         },
         {
-          name: "白色主题",
+          name: "白色",
           value: "theme-white"
         },
         {
-          name: "炫彩主题",
+          name: "炫彩",
           value: "theme-star"
         }
       ]

+ 1 - 1
src/styles/theme/index.scss

@@ -1,5 +1,5 @@
 // 白色主题
 @import './white.scss';
 
-// 炫主题
+// 炫主题
 @import './star.scss';

+ 3 - 3
src/styles/theme/star.scss

@@ -32,10 +32,10 @@
     .el-menu-item,
     .el-submenu__title,
     .el-menu {
-        background-color: transparent 
+        background-color: transparent
     }
     .logo_title,
-    .avue-breadcrumb,
+    .avue-breadcrumb
     {
         color: #fff ;
         i {
@@ -135,4 +135,4 @@
             color: #fff;
         }
     }
-}
+}

+ 2 - 2
src/styles/theme/white.scss

@@ -16,7 +16,7 @@
     color:#fff;
   }
   .logo_title,
-  .avue-breadcrumb,
+  .avue-breadcrumb
   {
       color: #fff ;
       i {
@@ -118,4 +118,4 @@
           color: #fff;
       }
   }
-}
+}