Skip to content

Commit 2081dda

Browse files
committed
【功能优化】商城客服页面匹配暗黑模式;
1 parent e85c1b0 commit 2081dda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
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: var(--app-content-bg-color); // 透明色,暗黑模式下也能体现
115+
background-color: rgba(128, 128, 128, 0.3); // 透明色,暗黑模式下也能体现
116116
117117
.order-card-header {
118118
height: 28px;

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: var(--app-content-bg-color);
80+
background-color: rgba(128, 128, 128, 0.3);
8181
border: 1px solid var(--el-border-color);
8282
border-radius: 8px;
8383
display: flex;

0 commit comments

Comments
 (0)