From b5cb33cd07a51afcaeefa5066a6e953acd9a15a6 Mon Sep 17 00:00:00 2001 From: wangxiaowei <1121133807@qq.com> Date: Sat, 9 May 2026 16:50:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 6775c12..5b65cd3 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -72,7 +72,7 @@ query: { id: shopInfo.id } }" > - + {{ shopInfo.name }} @@ -87,11 +87,19 @@ - - - 切换旗舰店 + + + 茶址甄选茶仓 - + 切换当地店 @@ -540,6 +548,7 @@ page { .store-info { padding-right: 30rpx; padding-left: 24rpx; + box-sizing: border-box; .store-tag { background: linear-gradient(267deg, #ff2c3c 0%, #f52e99 100%); @@ -559,8 +568,8 @@ page { .switch-btn { background: linear-gradient(97deg, #ff5784 0%, #ff2c3c 100%); height: 52rpx; - padding: 0 16rpx; - font-size: 24rpx; + width: 190rpx; + font-size: 28rpx; } } }