From 77926bdb135618b91200626fad1d62b574d4b898 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Thu, 30 Oct 2025 18:49:20 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=A4=9A=E5=95=86=E6=88=B7=E5=BA=97?= =?UTF-8?q?=E9=93=BA=E8=AF=A6=E6=83=85=E9=A1=B6=E9=83=A8=E9=80=82=E9=85=8D?= =?UTF-8?q?=E6=94=AF=E4=BB=98=E5=AE=9D=E5=B0=8F=E7=A8=8B=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/plugins/shop/components/shop-header/shop-header.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/plugins/shop/components/shop-header/shop-header.vue b/pages/plugins/shop/components/shop-header/shop-header.vue index f57d8f0a..c1fefa7f 100644 --- a/pages/plugins/shop/components/shop-header/shop-header.vue +++ b/pages/plugins/shop/components/shop-header/shop-header.vue @@ -431,9 +431,12 @@ left: auto; top: 0; width: 100%; - /* #ifdef MP-WEIXIN || MP-BAIDU || MP-ALIPAY || MP-QQ || MP-KUAISHOU */ + /* #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU */ padding-right: 200rpx; /* #endif */ + /* #ifdef MP-ALIPAY */ + padding-right: 250rpx; + /* #endif */ } .search-content-seat { height: 74rpx; From 542113550ff4a6a0ad276cc8f016e739662c6f8d Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Mon, 3 Nov 2025 13:02:01 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=BA=95=E9=83=A8=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E5=85=BC=E5=AE=B9=E6=94=AF=E4=BB=98=E5=AE=9D?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/App.vue b/App.vue index 55722036..be500d60 100644 --- a/App.vue +++ b/App.vue @@ -2735,8 +2735,8 @@ // 整体样式 uni.setTabBarStyle({ selectedColor: this.get_theme_color(theme), - color: '#333', - backgroundColor: '#fff', + color: '#333333', + backgroundColor: '#ffffff', borderStyle: 'black' });