mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-14 04:08:33 +00:00
【页面优化】优化商城相关页面的黑暗模式适配问题,临时优化客服的页面
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
<template #header>
|
||||
<div
|
||||
class="mr-[20px] h-[35px] flex items-center pl-[10px] pr-[10px]"
|
||||
style="background-color: #f7f7f7"
|
||||
style="background-color: var(--app-content-bg-color)"
|
||||
>
|
||||
<span class="mr-20px">订单号:{{ scope.row.no }} </span>
|
||||
<span class="mr-20px">下单时间:{{ formatDate(scope.row.createTime) }}</span>
|
||||
|
||||
Reference in New Issue
Block a user