From bd9a2716508375a376117750a43cf3d09d57e707 Mon Sep 17 00:00:00 2001 From: niexiting <85552560@qq.com> Date: Tue, 2 Jan 2024 11:02:04 +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 --- common/style/new_style.css | 5 +++-- mycomponents/detail/comDetailCard.vue | 21 ------------------- pages/deliver/job/deliverDetail.vue | 2 +- .../inventoryMove/job/inventoryMoveDetail.vue | 2 +- .../job/productDismantleDetail.vue | 2 +- .../job/productPutawayDetail.vue | 5 +---- .../job/productReceiptDetail.vue | 4 +--- .../job/productionReceiptDetail.vue | 2 +- pages/productionReturn/job/returnDetail.vue | 4 +--- pages/purchaseReceipt/job/receiptDetail.vue | 4 +--- pages/purchaseReturn/job/returnDetail.vue | 16 +++++++------- pages/putaway/job/putawayDetail.vue | 5 +---- pages/repleinsh/job/repleinshDetail.vue | 4 +--- pages/scrap/job/scrapJobDetail.vue | 4 +--- pages/transfer/job/receiptDetail.vue | 4 +--- pages/transfer/job/transferDetail.vue | 4 +--- pages/unPlanned/job/issueJobDetail.vue | 4 +--- pages/unPlanned/job/receiptJobDetail.vue | 4 +--- 18 files changed, 26 insertions(+), 70 deletions(-) diff --git a/common/style/new_style.css b/common/style/new_style.css index 0127473d..7bbd4bf6 100644 --- a/common/style/new_style.css +++ b/common/style/new_style.css @@ -2100,7 +2100,7 @@ button::after { } .card_location { - color: #00A3FF; + color: #DA8910; padding: 5px; } @@ -2118,7 +2118,8 @@ button::after { } .scan_view { - background: linear-gradient(to right, #7ED7BD, #DCEFEE); + background: linear-gradient(90deg, rgba(12, 194, 182, 0.2) 0%, rgba(12, 194, 182, 0) 100%) + } .card_view { diff --git a/mycomponents/detail/comDetailCard.vue b/mycomponents/detail/comDetailCard.vue index 79801df8..bfabce80 100644 --- a/mycomponents/detail/comDetailCard.vue +++ b/mycomponents/detail/comDetailCard.vue @@ -1,41 +1,20 @@