【功能完善】商城: 客服商城的配色优化
This commit is contained in:
@ -112,7 +112,7 @@ function formatOrderStatus(order: any) {
|
||||
border-radius: 10px;
|
||||
padding: 10px;
|
||||
border: 1px var(--el-border-color) solid;
|
||||
background-color: rgba(128, 128, 128, 0.5); // 透明色,暗黑模式下也能体现
|
||||
background-color: #fff; // 透明色,暗黑模式下也能体现
|
||||
|
||||
.order-card-header {
|
||||
height: 28px;
|
||||
@ -136,7 +136,6 @@ function formatOrderStatus(order: any) {
|
||||
|
||||
.pay-box {
|
||||
padding-top: 10px;
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
|
||||
.discounts-title {
|
||||
|
||||
Reference in New Issue
Block a user