From d228df5210fe898b6195f33c638616900e0df0b7 Mon Sep 17 00:00:00 2001 From: puhui999 Date: Sun, 24 Nov 2024 12:41:39 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=8A=9F=E8=83=BD=E5=AE=8C=E5=96=84?= =?UTF-8?q?=E3=80=91=E5=95=86=E5=9F=8E:=20=E5=AE=A2=E6=9C=8D=E5=95=86?= =?UTF-8?q?=E5=9F=8E=E7=9A=84=E9=85=8D=E8=89=B2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mall/promotion/kefu/components/message/OrderItem.vue | 3 +-- .../mall/promotion/kefu/components/message/ProductItem.vue | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/mall/promotion/kefu/components/message/OrderItem.vue b/src/views/mall/promotion/kefu/components/message/OrderItem.vue index 4dfcfa4b..9385f10b 100644 --- a/src/views/mall/promotion/kefu/components/message/OrderItem.vue +++ b/src/views/mall/promotion/kefu/components/message/OrderItem.vue @@ -112,7 +112,7 @@ function formatOrderStatus(order: any) { border-radius: 10px; padding: 10px; border: 1px var(--el-border-color) solid; - background-color: rgba(128, 128, 128, 0.5); // 透明色,暗黑模式下也能体现 + background-color: #fff; // 透明色,暗黑模式下也能体现 .order-card-header { height: 28px; @@ -136,7 +136,6 @@ function formatOrderStatus(order: any) { .pay-box { padding-top: 10px; - color: #fff; font-weight: bold; .discounts-title { diff --git a/src/views/mall/promotion/kefu/components/message/ProductItem.vue b/src/views/mall/promotion/kefu/components/message/ProductItem.vue index 9dc62c0b..bc6cd979 100644 --- a/src/views/mall/promotion/kefu/components/message/ProductItem.vue +++ b/src/views/mall/promotion/kefu/components/message/ProductItem.vue @@ -77,7 +77,7 @@ const openDetail = (spuId: number) => { .product-warp { width: 100%; - background-color: rgba(128, 128, 128, 0.5); // 透明色,暗黑模式下也能体现 + background-color: #fff; border-radius: 8px; display: flex; align-items: center;