From 1ad3ce0a250f2769a2fa1128b78cb9d315651c7a Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Wed, 19 Nov 2025 18:34:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BB=9F=E4=B8=80=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=98=8E=E7=BB=86=E5=92=8C=E5=A4=8D=E5=88=B6=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/work/accounts/accountDealRecord/list.vue | 2 +- src/pages/work/accounts/investTransferRecord/list.vue | 8 ++++---- src/pages/work/bill/creditCardBill/list.vue | 4 ++-- src/pages/work/bill/creditInstallmentHistory/list.vue | 2 +- src/pages/work/bill/creditQueryRecord/list.vue | 8 ++++---- src/pages/work/bill/onlineLendHistory/list.vue | 2 +- src/pages/work/product/productInfor/list.vue | 8 ++++---- src/pages/work/product/productPriceRecord/list.vue | 8 ++++---- 8 files changed, 21 insertions(+), 21 deletions(-) diff --git a/src/pages/work/accounts/accountDealRecord/list.vue b/src/pages/work/accounts/accountDealRecord/list.vue index 332ad52..9073b30 100644 --- a/src/pages/work/accounts/accountDealRecord/list.vue +++ b/src/pages/work/accounts/accountDealRecord/list.vue @@ -122,7 +122,7 @@ 修改 - + 复制 diff --git a/src/pages/work/accounts/investTransferRecord/list.vue b/src/pages/work/accounts/investTransferRecord/list.vue index 399b832..849dc95 100644 --- a/src/pages/work/accounts/investTransferRecord/list.vue +++ b/src/pages/work/accounts/investTransferRecord/list.vue @@ -100,7 +100,7 @@ 修改 - + 复制 @@ -655,9 +655,9 @@ page { } .btn-copy { - background: rgba(82, 196, 26, 0.1); - color: #52c41a; - border: 1rpx solid rgba(82, 196, 26, 0.3); + background: rgba(250, 173, 20, 0.1); + color: #faad14; + border: 1rpx solid rgba(250, 173, 20, 0.3); } .btn-delete { diff --git a/src/pages/work/bill/creditCardBill/list.vue b/src/pages/work/bill/creditCardBill/list.vue index 1a8db93..9b3b3ef 100644 --- a/src/pages/work/bill/creditCardBill/list.vue +++ b/src/pages/work/bill/creditCardBill/list.vue @@ -86,7 +86,7 @@ - + 账单明细 @@ -675,7 +675,7 @@ page { } .btn-detail { - background: rgba(82, 196, 26, 0.1); + background: rgba(82, 196, 26, 0.1); color: #52c41a; border: 1rpx solid rgba(82, 196, 26, 0.3); } diff --git a/src/pages/work/bill/creditInstallmentHistory/list.vue b/src/pages/work/bill/creditInstallmentHistory/list.vue index 02362d6..77cc24e 100644 --- a/src/pages/work/bill/creditInstallmentHistory/list.vue +++ b/src/pages/work/bill/creditInstallmentHistory/list.vue @@ -82,7 +82,7 @@ - + 还款明细 diff --git a/src/pages/work/bill/creditQueryRecord/list.vue b/src/pages/work/bill/creditQueryRecord/list.vue index 7c4389c..96b8a58 100644 --- a/src/pages/work/bill/creditQueryRecord/list.vue +++ b/src/pages/work/bill/creditQueryRecord/list.vue @@ -77,7 +77,7 @@ 修改 - + 复制 @@ -570,11 +570,11 @@ function selectStatus(item) { } .btn-copy { - background: rgba(82, 196, 26, 0.1); - border: 1rpx solid rgba(82, 196, 26, 0.3); + background: rgba(250, 173, 20, 0.1); + border: 1rpx solid rgba(250, 173, 20, 0.3); text { - color: #52c41a; + color: #faad14; } } diff --git a/src/pages/work/bill/onlineLendHistory/list.vue b/src/pages/work/bill/onlineLendHistory/list.vue index 0ecfabc..b66a8dd 100644 --- a/src/pages/work/bill/onlineLendHistory/list.vue +++ b/src/pages/work/bill/onlineLendHistory/list.vue @@ -82,7 +82,7 @@ - + 还款明细 diff --git a/src/pages/work/product/productInfor/list.vue b/src/pages/work/product/productInfor/list.vue index 3b7e102..6ac1cfc 100644 --- a/src/pages/work/product/productInfor/list.vue +++ b/src/pages/work/product/productInfor/list.vue @@ -74,7 +74,7 @@ 修改 - + 复制 @@ -580,9 +580,9 @@ page { } .btn-copy { - background: rgba(82, 196, 26, 0.1); - color: #52c41a; - border-color: rgba(82, 196, 26, 0.3); + background: rgba(250, 173, 20, 0.1); + color: #faad14; + border-color: rgba(250, 173, 20, 0.3); } .btn-delete { diff --git a/src/pages/work/product/productPriceRecord/list.vue b/src/pages/work/product/productPriceRecord/list.vue index 4ed8d88..b67e6d4 100644 --- a/src/pages/work/product/productPriceRecord/list.vue +++ b/src/pages/work/product/productPriceRecord/list.vue @@ -109,7 +109,7 @@ 修改 - + 复制 @@ -648,9 +648,9 @@ page { } .btn-copy { - background: rgba(82, 196, 26, 0.1); - color: #52c41a; - border-color: rgba(82, 196, 26, 0.3); + background: rgba(250, 173, 20, 0.1); + color: #faad14; + border-color: rgba(250, 173, 20, 0.3); } .btn-delete {