From a295a50e750eccc6b0607d77a953740e0a355e2f Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期日, 08 九月 2024 01:33:26 +0800 Subject: [PATCH] update 文件大小 --- pages/home/components/home-top-flow.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/home/components/home-top-flow.vue b/pages/home/components/home-top-flow.vue index 890a250..a658721 100644 --- a/pages/home/components/home-top-flow.vue +++ b/pages/home/components/home-top-flow.vue @@ -30,7 +30,7 @@ </view> <view class="other-info flex"> <view class="m-r-15"> - 已售:{{ item.sales || 0 }} + 已售:{{ ((item.sales||0) +(item.realSales||0)) || 0 }} </view> <view class="m-r-15"> 剩余:{{ item.stock || 0 }} @@ -125,15 +125,15 @@ display: flex; .tag { - min-width: 60rpx; + // min-width: 60rpx; padding-left: 10rpx; padding-right: 10rpx; line-height: 30rpx; background: #FEE6E6; border-radius: 10rpx; - font-size: 22rpx; + font-size: 18rpx; color: #CD1212; - margin-right: 12rpx; + margin-right: 6rpx; text-align: center; } -- Gitblit v1.9.3