From 43113a8f55c915fe437279c508aaec770edbf0b6 Mon Sep 17 00:00:00 2001 From: fanfan Date: Tue, 18 Jun 2024 11:15:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods/list.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/goods/list.vue b/pages/goods/list.vue index 06b75bc..ccfd8cd 100644 --- a/pages/goods/list.vue +++ b/pages/goods/list.vue @@ -15,7 +15,7 @@ + :style="{'background':item.image?'none':(isBanrdActive==item.category_id?'#FEF6F6':'#F7F8FA'),'color':item.image?(item.category_id==isBanrdActive?'#F43B21':'#5A5A5A'):(item.category_id==isBanrdActive?'#F43B21':'#5A5A5A'),'border':item.image?(item.category_id==isBanrdActive?'1rpx solid #F22029':'1rpx solid #E7E7E7'):(item.category_id==isBanrdActive?'1rpx solid #F22029':'none')}"> {{item.name}} @@ -999,7 +999,7 @@ font-size: 24rpx; font-family: PingFang SC, PingFang SC; font-weight: 400; - line-height: 60rpx; + line-height: 59rpx; text-align: center; } } @@ -1015,7 +1015,7 @@ font-size: 24rpx; font-family: PingFang SC, PingFang SC; font-weight: 400; - line-height: 60rpx; + line-height: 59rpx; text-align: center; }