【功能优化】商城客服页面匹配暗黑模式;

This commit is contained in:
卢越 2025-02-21 17:48:39 +08:00
parent e85c1b0a55
commit 2081dda9df
2 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ function formatOrderStatus(order: any) {
border-radius: 10px;
padding: 10px;
border: 1px var(--el-border-color) solid;
background-color: var(--app-content-bg-color); //
background-color: rgba(128, 128, 128, 0.3); //
.order-card-header {
height: 28px;

View File

@ -77,7 +77,7 @@ const openDetail = (spuId: number) => {
.product-warp {
width: 100%;
background-color: var(--app-content-bg-color);
background-color: rgba(128, 128, 128, 0.3);
border: 1px solid var(--el-border-color);
border-radius: 8px;
display: flex;