更新主题名

pull/59/head
smallchill 7 years ago
parent 0e01435ea8
commit 35a396c654
  1. 4
      src/page/index/top/top-theme.vue
  2. 2
      src/styles/theme/index.scss
  3. 2
      src/styles/theme/lte.scss

@ -70,8 +70,8 @@ export default {
value: "theme-hey" value: "theme-hey"
}, },
{ {
name: "lite主题", name: "lte主题",
value: "theme-lite" value: "theme-lte"
} }
] ]
}; };

@ -21,7 +21,7 @@
//lite //lite
@import './lite.scss'; @import './lte.scss';
//cool //cool
@import './cool.scss'; @import './cool.scss';

@ -1,4 +1,4 @@
.theme-lite { .theme-lte {
.avue-logo{ .avue-logo{
background-color: #409EFF; background-color: #409EFF;
.avue-logo_title{ .avue-logo_title{
Loading…
Cancel
Save