Browse Source

:lipstick: Updating the UI and style files.默认选中简洁主题

冷冷 6 years ago
parent
commit
90085495d2
3 changed files with 3 additions and 3 deletions
  1. 1 1
      src/page/index/top/top-theme.vue
  2. 1 1
      src/store/modules/common.js
  3. 1 1
      src/styles/theme/index.scss

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

@@ -36,7 +36,7 @@
         text: '',
         list: [
           {
-            name: '默认',
+            name: '黑色',
             value: '',
           }, {
             name: '简洁',

+ 1 - 1
src/store/modules/common.js

@@ -19,7 +19,7 @@ const common = {
     showColor: getStore({ name: 'showColor' }),
     showMenu: getStore({ name: 'showMenu' }),
     theme: getStore({ name: 'theme' }) || '#409EFF',
-    themeName: getStore({ name: 'themeName' }) || '',
+    themeName: getStore({ name: 'themeName' }) || 'theme-volcano',
     lockPasswd: getStore({ name: 'lockPasswd' }) || '',
     website: website
   },

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

@@ -4,5 +4,5 @@
 @import './gradual.scss';
 //简洁
 @import './volcano.scss';
-//
+//
 @import './black.scss';