更新主题名

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"
},
{
name: "lite主题",
value: "theme-lite"
name: "lte主题",
value: "theme-lte"
}
]
};

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

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