Skip to content

Commit d228df5

Browse files
author
puhui999
committed
【功能完善】商城: 客服商城的配色优化
1 parent 5cdc153 commit d228df5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/views/mall/promotion/kefu/components/message/OrderItem.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ function formatOrderStatus(order: any) {
112112
border-radius: 10px;
113113
padding: 10px;
114114
border: 1px var(--el-border-color) solid;
115-
background-color: rgba(128, 128, 128, 0.5); // 透明色,暗黑模式下也能体现
115+
background-color: #fff; // 透明色,暗黑模式下也能体现
116116
117117
.order-card-header {
118118
height: 28px;
@@ -136,7 +136,6 @@ function formatOrderStatus(order: any) {
136136
137137
.pay-box {
138138
padding-top: 10px;
139-
color: #fff;
140139
font-weight: bold;
141140
142141
.discounts-title {

src/views/mall/promotion/kefu/components/message/ProductItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const openDetail = (spuId: number) => {
7777
7878
.product-warp {
7979
width: 100%;
80-
background-color: rgba(128, 128, 128, 0.5); // 透明色,暗黑模式下也能体现
80+
background-color: #fff;
8181
border-radius: 8px;
8282
display: flex;
8383
align-items: center;

0 commit comments

Comments
 (0)