From 45d6cc53ca8382aceb09920575e4a08292a93536 Mon Sep 17 00:00:00 2001 From: Agent Date: Wed, 1 Apr 2026 15:37:28 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=95=86=E5=93=81=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E9=A2=9C=E8=89=B2=E5=8D=95=E4=BD=8D=E4=BB=B7=E6=A0=BC=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=B8=80=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/product/manage.vue | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/pages/product/manage.vue b/src/pages/product/manage.vue index f74e6fd..955b924 100644 --- a/src/pages/product/manage.vue +++ b/src/pages/product/manage.vue @@ -41,13 +41,11 @@ {{ item.spec || '-' }} /{{ item.unit }} + ¥{{ item.price }} 规格:{{ item.length }} x {{ item.width }} = {{ item.area }} m² - - ¥{{ item.price }} - {{ item.status === 1 ? '已上架' : '已下架' }} @@ -494,6 +492,13 @@ export default { margin-left: 4rpx; } +.product-price-text { + color: #ff4d4f; + font-size: 24rpx; + font-weight: bold; + margin-left: 16rpx; +} + .product-spec-row { margin-top: 8rpx; }