From a4155223590570250fed9837d0c093a78974a23f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=B3=BD=E7=BE=A4?= <9079645+huang-zequn@user.noreply.gitee.com> Date: Fri, 7 Nov 2025 17:23:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B9=B3=E4=BB=B7=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/shop/ping-item.vue | 13 ++++++++++--- pages.json | 2 +- pages/supply_chain/supply_chain.vue | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/components/shop/ping-item.vue b/components/shop/ping-item.vue index 485a078..69aadb7 100644 --- a/components/shop/ping-item.vue +++ b/components/shop/ping-item.vue @@ -2,7 +2,7 @@ - {{obj.title}} + {{obj.title}} ¥{{obj.price}} 已售{{obj.sales}}件 @@ -36,6 +36,7 @@ width:332rpx; height:416rpx; min-height:416rpx; + border-radius: 12rpx; display: flex; flex-direction: column; align-items: center; @@ -44,8 +45,9 @@ background-color: #fff; .top-img{ width:332rpx; - height:268rpx; + // height:268rpx; display: flex; + border-radius: 12rpx; } .shop-bottom-panel{ width:100%; @@ -59,5 +61,10 @@ } } - + .text-overflow { + display: inline-block; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + } diff --git a/pages.json b/pages.json index ae1380b..022bc18 100644 --- a/pages.json +++ b/pages.json @@ -633,7 +633,7 @@ }, { "pagePath": "pages/supply_chain/supply_chain", - "text": "平价", + "text": "平价专区", "iconPath": "/static/column/supply_chain.png", "selectedIconPath": "/static/column/supply_chain_sel.png" }, diff --git a/pages/supply_chain/supply_chain.vue b/pages/supply_chain/supply_chain.vue index 231e575..b4d5b18 100644 --- a/pages/supply_chain/supply_chain.vue +++ b/pages/supply_chain/supply_chain.vue @@ -227,7 +227,7 @@ export default { } .line { width: 48rpx; - height: 4rpx; + height:6rpx; background-color: #7a35f6; } }