diff --git a/src/common/style/new_style.css b/src/common/style/new_style.css index 6d3bf4ca..9516a3f7 100644 --- a/src/common/style/new_style.css +++ b/src/common/style/new_style.css @@ -2218,7 +2218,7 @@ button::after { .request_state_un-doing { font-size: 28rpx; - /* background: rgba(95, 203, 148, 0.2); */ + background: rgba(95, 203, 148, 0.2); color: #22AF68; padding: 10rpx 20rpx 10rpx 20rpx; border-radius: 10rpx; @@ -2226,7 +2226,7 @@ button::after { .job_state_doing { font-size: 28rpx; - /* background: rgba(236, 156, 0, 0.2); */ + background: rgba(236, 156, 0, 0.2); color: #EC9C00; padding: 10rpx 20rpx 10rpx 20rpx; border-radius: 10rpx; @@ -2234,7 +2234,7 @@ button::after { .job_state_un-doing { font-size: 28rpx; - /* background: rgba(95, 203, 148, 0.2); */ + background: rgba(95, 203, 148, 0.2); color: #22AF68; padding: 10rpx 20rpx 10rpx 20rpx; border-radius: 10rpx; @@ -2242,7 +2242,7 @@ button::after { .job_state_completed { font-size: 28rpx; - /* background: rgba(95, 203, 148, 0.2); */ + background: rgba(95, 203, 148, 0.2); color: #22AF68; padding: 10rpx 20rpx 10rpx 20rpx; border-radius: 10rpx; @@ -2250,7 +2250,7 @@ button::after { .job_state_close { font-size: 28rpx; - /* background: rgba(95, 203, 148, 0.2); */ + background: rgba(95, 203, 148, 0.2); color: #22AF68; padding: 10rpx 20rpx 10rpx 20rpx; border-radius: 10rpx; @@ -2259,7 +2259,7 @@ button::after { .job_state_cancelled { font-size: 28rpx; - /* background: rgba(95, 203, 148, 0.2); */ + background: rgba(95, 203, 148, 0.2); color: #ff0000; padding: 10rpx 20rpx 10rpx 20rpx; border-radius: 10rpx; diff --git a/src/pages/purchaseReceipt/job/receiptDetail.vue b/src/pages/purchaseReceipt/job/receiptDetail.vue index 90b1257f..052a0948 100644 --- a/src/pages/purchaseReceipt/job/receiptDetail.vue +++ b/src/pages/purchaseReceipt/job/receiptDetail.vue @@ -35,7 +35,7 @@ -