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;
}