Skip to content

Commit dd841c2

Browse files
committed
【页面优化】订单售后详情适配黑暗模式
1 parent 0f420bf commit dd841c2

File tree

1 file changed

+2
-2
lines changed
  • src/views/mall/trade/afterSale/detail

1 file changed

+2
-2
lines changed

src/views/mall/trade/afterSale/detail/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,13 +325,13 @@ onMounted(async () => {
325325
align-items: center;
326326
min-height: 30px;
327327
padding: 10px;
328-
background-color: #f7f8fa;
328+
background-color: var(--app-content-bg-color);
329329
330330
&::before {
331331
position: absolute;
332332
top: 10px;
333333
left: 13px;
334-
border-color: transparent #f7f8fa transparent transparent; /* 尖角颜色,左侧朝向 */
334+
border-color: transparent var(--app-content-bg-color) transparent transparent; /* 尖角颜色,左侧朝向 */
335335
border-style: solid;
336336
border-width: 8px; /* 调整尖角大小 */
337337
content: '';

0 commit comments

Comments
 (0)