diff --git a/im-uniapp/App.vue b/im-uniapp/App.vue index 6be74ca..3cf18f4 100644 --- a/im-uniapp/App.vue +++ b/im-uniapp/App.vue @@ -496,7 +496,7 @@ uni-page-head { // #endif page { - background-color: $im-bg; + background: $im-bg-linear; } .tab-page { @@ -519,7 +519,7 @@ page { // #endif color: $im-text-color; - background-color: $im-bg; + background: $im-bg-linear; font-size: $im-font-size; font-family: $font-family; } @@ -542,7 +542,7 @@ page { // #endif color: $im-text-color; - background-color: $im-bg; + background: $im-bg-linear; font-size: $im-font-size; font-family: $font-family; } diff --git a/im-uniapp/components/nav-bar/nav-bar.vue b/im-uniapp/components/nav-bar/nav-bar.vue index 71963ce..5ec1b65 100644 --- a/im-uniapp/components/nav-bar/nav-bar.vue +++ b/im-uniapp/components/nav-bar/nav-bar.vue @@ -73,8 +73,7 @@ export default {