mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-vue3
synced 2025-08-09 17:02:43 +08:00
【功能优化】商城客服页面匹配暗黑模式;
This commit is contained in:
parent
e85c1b0a55
commit
2081dda9df
@ -112,7 +112,7 @@ function formatOrderStatus(order: any) {
|
|||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border: 1px var(--el-border-color) solid;
|
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 {
|
.order-card-header {
|
||||||
height: 28px;
|
height: 28px;
|
||||||
|
@ -77,7 +77,7 @@ const openDetail = (spuId: number) => {
|
|||||||
|
|
||||||
.product-warp {
|
.product-warp {
|
||||||
width: 100%;
|
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: 1px solid var(--el-border-color);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user