【功能完善】商城: 客服商城的配色优化

This commit is contained in:
puhui999 2024-11-24 12:41:39 +08:00
parent 5cdc15387c
commit d228df5210
2 changed files with 2 additions and 3 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: 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 {

View File

@ -77,7 +77,7 @@ const openDetail = (spuId: number) => {
.product-warp {
width: 100%;
background-color: rgba(128, 128, 128, 0.5); //
background-color: #fff;
border-radius: 8px;
display: flex;
align-items: center;