diff --git a/src/page/index/top/top-theme.vue b/src/page/index/top/top-theme.vue index 7fda571..5e5bd5b 100644 --- a/src/page/index/top/top-theme.vue +++ b/src/page/index/top/top-theme.vue @@ -70,8 +70,8 @@ export default { value: "theme-hey" }, { - name: "lite主题", - value: "theme-lite" + name: "lte主题", + value: "theme-lte" } ] }; diff --git a/src/styles/theme/index.scss b/src/styles/theme/index.scss index 3c4571e..07b9089 100644 --- a/src/styles/theme/index.scss +++ b/src/styles/theme/index.scss @@ -21,7 +21,7 @@ //lite -@import './lite.scss'; +@import './lte.scss'; //cool @import './cool.scss'; diff --git a/src/styles/theme/lite.scss b/src/styles/theme/lte.scss similarity index 97% rename from src/styles/theme/lite.scss rename to src/styles/theme/lte.scss index 662ad54..7c110f3 100644 --- a/src/styles/theme/lite.scss +++ b/src/styles/theme/lte.scss @@ -1,4 +1,4 @@ -.theme-lite { +.theme-lte { .avue-logo{ background-color: #409EFF; .avue-logo_title{