From e618f905998b2d057ac1d58ca9c39ccb5adf0f82 Mon Sep 17 00:00:00 2001 From: woody Date: Sun, 27 Apr 2025 16:56:41 +0800 Subject: [PATCH] =?UTF-8?q?feat(area-product-list):=20=E5=95=86=E5=93=81?= =?UTF-8?q?=E4=BB=B7=E6=A0=BC=E9=A2=9C=E8=89=B2=E8=B0=83=E6=95=B4=E4=B8=BA?= =?UTF-8?q?=E7=BA=A2=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/area-product-list/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/area-product-list/index.vue b/components/area-product-list/index.vue index 1eccbf7..369e0b7 100644 --- a/components/area-product-list/index.vue +++ b/components/area-product-list/index.vue @@ -247,7 +247,7 @@ export default { .product-price { font-size: 24rpx; font-weight: bold; - color: #005bac; + color: #f82c1a; } }