From 6d3fdb8c57f3ead74479bfabf6b4d80c911cdfeb Mon Sep 17 00:00:00 2001 From: niexiting <85552560@qq.com> Date: Wed, 6 Mar 2024 09:00:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/style/new_style.css | 12 ++++++------ src/pages/purchaseReceipt/job/receiptDetail.vue | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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 @@ -