From b7bb4ec8ab8a43442a38a42af259aa7ae9c9f1e2 Mon Sep 17 00:00:00 2001 From: xsx <825657193@qq.com> Date: Mon, 29 Sep 2025 17:23:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- im-uniapp/App.vue | 6 ++--- im-uniapp/components/nav-bar/nav-bar.vue | 3 +-- im-uniapp/im-var.scss | 8 ++++-- im-uniapp/im.scss | 33 ++++++++++++++---------- 4 files changed, 30 insertions(+), 20 deletions(-) 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 {