From a506f2de9828fbf78a85bbbe7bb2fde480474a97 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Sun, 28 Jun 2026 09:51:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BB=9F=E4=B8=80=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=EF=BC=8C=E6=A0=B7=E5=BC=8F=E6=8F=90=E5=8F=96=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 + .../accounts/accountDealRecord/addEdit.vue | 28 ----- .../work/accounts/accountDealRecord/list.vue | 33 +---- src/pages/work/accounts/accounts/list.vue | 30 +---- .../accounts/creditTransferRecord/addEdit.vue | 32 +---- .../accounts/creditTransferRecord/list.vue | 42 +------ .../accounts/debitTransferRecord/addEdit.vue | 32 +---- .../accounts/debitTransferRecord/list.vue | 38 +----- .../accounts/investAccountDeal/addEdit.vue | 32 +---- .../work/accounts/investAccountDeal/list.vue | 34 +---- .../accounts/investTransferRecord/addEdit.vue | 32 +---- .../accounts/investTransferRecord/list.vue | 28 +---- .../accounts/lendTransferRecord/addEdit.vue | 30 ----- .../work/accounts/lendTransferRecord/list.vue | 41 +----- .../accounts/posTransferRecord/addEdit.vue | 32 +---- .../work/accounts/posTransferRecord/list.vue | 38 +----- src/pages/work/accounts/posadvice/list.vue | 11 +- src/pages/work/base/bankBaseInfo/addEdit.vue | 30 ----- src/pages/work/base/bankBaseInfo/list.vue | 30 +---- src/pages/work/base/creditCard/addEdit.vue | 32 +---- .../work/base/creditCard/adjustLimit.vue | 30 ----- src/pages/work/base/creditCard/list.vue | 29 +---- src/pages/work/base/debitCard/addEdit.vue | 32 +---- src/pages/work/base/debitCard/adjustLimit.vue | 30 ----- src/pages/work/base/debitCard/list.vue | 41 +----- src/pages/work/base/financials/addEdit.vue | 30 +---- src/pages/work/base/financials/list.vue | 43 +------ src/pages/work/base/futures/addEdit.vue | 30 +---- src/pages/work/base/futures/list.vue | 43 +------ src/pages/work/base/lend/addEdit.vue | 16 --- src/pages/work/base/lend/list.vue | 30 +---- src/pages/work/base/posmachine/addEdit.vue | 32 +---- src/pages/work/base/posmachine/list.vue | 30 +---- src/pages/work/base/stocks/addEdit.vue | 30 +---- src/pages/work/base/stocks/list.vue | 43 +------ .../work/bill/creditCardBill/addEdit.vue | 14 --- src/pages/work/bill/creditCardBill/list.vue | 54 +------- .../bill/creditInstallmentHistory/addEdit.vue | 32 +---- .../detailsAddEdit.vue | 32 +---- .../bill/creditInstallmentHistory/list.vue | 44 +------ .../work/bill/creditQueryRecord/addEdit.vue | 32 +---- .../work/bill/creditQueryRecord/list.vue | 28 +---- src/pages/work/bill/futuresBill/addEdit.vue | 32 +---- src/pages/work/bill/futuresBill/list.vue | 34 +---- .../work/bill/onlineLendHistory/addEdit.vue | 32 +---- .../bill/onlineLendHistory/detailsAddEdit.vue | 32 +---- .../work/bill/onlineLendHistory/list.vue | 44 +------ .../work/bill/peopleLendHistory/addEdit.vue | 32 +---- .../work/bill/peopleLendHistory/list.vue | 51 +------- src/pages/work/bill/stocksBill/addEdit.vue | 30 +---- src/pages/work/bill/stocksBill/list.vue | 34 +---- src/pages/work/heartJourney/addEdit.vue | 30 +---- src/pages/work/heartJourney/list.vue | 31 +---- .../work/product/productInfor/addEdit.vue | 16 --- src/pages/work/product/productInfor/list.vue | 30 +---- .../product/productPriceRecord/addEdit.vue | 31 ----- .../work/product/productPriceRecord/list.vue | 29 +---- .../pages/system/config/addEdit.vue | 28 ----- src/pages_mine/pages/system/dept/addEdit.vue | 28 ----- src/pages_mine/pages/system/dict/addEdit.vue | 28 ----- .../pages/system/dictData/addEdit.vue | 28 ----- src/pages_mine/pages/system/job/addEdit.vue | 29 ----- src/pages_mine/pages/system/menu/addEdit.vue | 28 ----- .../pages/system/notice/addEdit.vue | 15 --- src/pages_mine/pages/system/post/addEdit.vue | 28 ----- src/pages_mine/pages/system/role/addEdit.vue | 28 ----- src/pages_mine/pages/system/user/addEdit.vue | 28 ----- src/static/scss/form-common.scss | 49 ++++++++ src/static/scss/list-common.scss | 117 ++++++++++++++++++ 69 files changed, 299 insertions(+), 1955 deletions(-) create mode 100644 src/static/scss/form-common.scss create mode 100644 src/static/scss/list-common.scss diff --git a/src/App.vue b/src/App.vue index 569a43c..3eb9cc9 100644 --- a/src/App.vue +++ b/src/App.vue @@ -32,4 +32,6 @@ \ No newline at end of file diff --git a/src/pages/work/accounts/accountDealRecord/addEdit.vue b/src/pages/work/accounts/accountDealRecord/addEdit.vue index b4608b9..1715861 100644 --- a/src/pages/work/accounts/accountDealRecord/addEdit.vue +++ b/src/pages/work/accounts/accountDealRecord/addEdit.vue @@ -739,21 +739,7 @@ onLoad((option) => { padding: 24rpx; // 带箭头的输入框容器 - .input-with-arrow { - position: relative; - width: 100%; - .arrow-icon { - position: absolute; - right: 20rpx; - top: 50%; - transform: translateY(-50%); - color: #c0c4cc; - font-size: 20rpx; - pointer-events: none; - z-index: 10; - } - } .location-field { width: 100%; @@ -792,18 +778,4 @@ onLoad((option) => { } - diff --git a/src/pages/work/accounts/accountDealRecord/list.vue b/src/pages/work/accounts/accountDealRecord/list.vue index 06fa648..f72c0c3 100644 --- a/src/pages/work/accounts/accountDealRecord/list.vue +++ b/src/pages/work/accounts/accountDealRecord/list.vue @@ -641,16 +641,7 @@ page { gap: 8rpx; } - .card-icon { - width: 40rpx; - height: 40rpx; - border-radius: 50%; - background: rgba(255, 255, 255, 0.25); - display: flex; - align-items: center; - justify-content: center; - flex-shrink: 0; - } + .card-name { font-size: 28rpx; @@ -797,15 +788,7 @@ page { flex: 1; } - .info-label { - font-size: 24rpx; - color: #667eea; - font-weight: 500; - background: rgba(102, 126, 234, 0.08); - padding: 6rpx 12rpx; - border-radius: 8rpx; - align-self: flex-start; - } + .info-value { font-size: 26rpx; @@ -868,11 +851,7 @@ page { } } - .btn-edit { - background: rgba(102, 126, 234, 0.1); - color: #667eea; - border: 1rpx solid rgba(102, 126, 234, 0.3); - } + .btn-copy { background: rgba(250, 173, 20, 0.1); @@ -880,11 +859,7 @@ page { border: 1rpx solid rgba(250, 173, 20, 0.3); } - .btn-delete { - background: rgba(245, 87, 108, 0.1); - color: #f5576c; - border: 1rpx solid rgba(245, 87, 108, 0.3); - } + } } diff --git a/src/pages/work/accounts/accounts/list.vue b/src/pages/work/accounts/accounts/list.vue index db6cbb0..e836388 100644 --- a/src/pages/work/accounts/accounts/list.vue +++ b/src/pages/work/accounts/accounts/list.vue @@ -626,13 +626,7 @@ page { } } - .card-body { - padding: 24rpx; - background: #fafbfc; - border: 2rpx solid #f0f2f5; - margin: 15rpx 16rpx 15rpx; - border-radius: 12rpx; - } + .info-row { display: flex; @@ -656,15 +650,7 @@ page { flex: 0 0 100%; } - .info-label { - font-size: 24rpx; - color: #667eea; - font-weight: 500; - background: rgba(102, 126, 234, 0.08); - padding: 6rpx 12rpx; - border-radius: 8rpx; - align-self: flex-start; - } + .info-value { font-size: 26rpx; @@ -734,17 +720,9 @@ page { } } - .btn-edit { - background: rgba(102, 126, 234, 0.1); - color: #667eea; - border: 1rpx solid rgba(102, 126, 234, 0.3); - } + - .btn-delete { - background: rgba(245, 87, 108, 0.1); - color: #f5576c; - border: 1rpx solid rgba(245, 87, 108, 0.3); - } + } } diff --git a/src/pages/work/accounts/creditTransferRecord/addEdit.vue b/src/pages/work/accounts/creditTransferRecord/addEdit.vue index 54273ca..a09d508 100644 --- a/src/pages/work/accounts/creditTransferRecord/addEdit.vue +++ b/src/pages/work/accounts/creditTransferRecord/addEdit.vue @@ -353,22 +353,6 @@ function handleCreditCard() { .form-view { padding: 24rpx; - .input-with-arrow { - position: relative; - width: 100%; - - .arrow-icon { - position: absolute; - right: 20rpx; - top: 50%; - transform: translateY(-50%); - color: #c0c4cc; - font-size: 20rpx; - pointer-events: none; - z-index: 10; - } - } - .form-btn { padding-top: 16rpx; } @@ -376,18 +360,4 @@ function handleCreditCard() { } - \ No newline at end of file + \ No newline at end of file diff --git a/src/pages/work/accounts/creditTransferRecord/list.vue b/src/pages/work/accounts/creditTransferRecord/list.vue index 8f29855..b2f68ed 100644 --- a/src/pages/work/accounts/creditTransferRecord/list.vue +++ b/src/pages/work/accounts/creditTransferRecord/list.vue @@ -562,11 +562,6 @@ page { } .list-item { - margin: 0 24rpx 24rpx; - background-color: #fff; - border-radius: 16rpx; - overflow: hidden; - box-shadow: 0 2rpx 12rpx rgba(0, 0, 0, 0.08); .item-header { display: flex; @@ -581,16 +576,7 @@ page { gap: 8rpx; } - .card-icon { - width: 40rpx; - height: 40rpx; - border-radius: 50%; - background: rgba(255, 255, 255, 0.25); - display: flex; - align-items: center; - justify-content: center; - flex-shrink: 0; - } + .credit-card-name { font-size: 28rpx; @@ -640,24 +626,14 @@ page { } } - .card-body { - padding: 24rpx; - background: #fafbfc; - border: 2rpx solid #f0f2f5; - margin: 15rpx 16rpx 2rpx; - border-radius: 12rpx; - } + .info-item { display: flex; flex-direction: column; gap: 6rpx; - .info-label { - font-size: 22rpx; - color: #999; - font-weight: 400; - } + .info-value { font-size: 26rpx; @@ -691,17 +667,9 @@ page { } } - .btn-edit { - background: rgba(102, 126, 234, 0.1); - color: #667eea; - border: 1rpx solid rgba(102, 126, 234, 0.3); - } - .btn-delete { - background: rgba(245, 87, 108, 0.1); - color: #f5576c; - border: 1rpx solid rgba(245, 87, 108, 0.3); - } + + } } \ No newline at end of file diff --git a/src/pages/work/accounts/debitTransferRecord/addEdit.vue b/src/pages/work/accounts/debitTransferRecord/addEdit.vue index 7c27daa..c934343 100644 --- a/src/pages/work/accounts/debitTransferRecord/addEdit.vue +++ b/src/pages/work/accounts/debitTransferRecord/addEdit.vue @@ -292,22 +292,6 @@ function handleInAccount() { .form-view { padding: 24rpx; - .input-with-arrow { - position: relative; - width: 100%; - - .arrow-icon { - position: absolute; - right: 20rpx; - top: 50%; - transform: translateY(-50%); - color: #c0c4cc; - font-size: 20rpx; - pointer-events: none; - z-index: 10; - } - } - .form-btn { padding-top: 16rpx; } @@ -315,18 +299,4 @@ function handleInAccount() { } - \ No newline at end of file + \ No newline at end of file diff --git a/src/pages/work/accounts/debitTransferRecord/list.vue b/src/pages/work/accounts/debitTransferRecord/list.vue index 59637d9..a57ff10 100644 --- a/src/pages/work/accounts/debitTransferRecord/list.vue +++ b/src/pages/work/accounts/debitTransferRecord/list.vue @@ -581,11 +581,6 @@ page { } .list-item { - margin: 0 24rpx 24rpx; - background-color: #fff; - border-radius: 16rpx; - overflow: hidden; - box-shadow: 0 2rpx 12rpx rgba(0, 0, 0, 0.08); .item-header { display: flex; @@ -600,16 +595,7 @@ page { gap: 8rpx; } - .card-icon { - width: 40rpx; - height: 40rpx; - border-radius: 50%; - background: rgba(255, 255, 255, 0.25); - display: flex; - align-items: center; - justify-content: center; - flex-shrink: 0; - } + .card-name { font-size: 28rpx; @@ -697,15 +683,7 @@ page { width: 100%; } - .info-label { - font-size: 24rpx; - color: #667eea; - font-weight: 500; - background: rgba(102, 126, 234, 0.08); - padding: 6rpx 12rpx; - border-radius: 8rpx; - align-self: flex-start; - } + .info-value { font-size: 24rpx; @@ -746,17 +724,9 @@ page { } } - .btn-edit { - background: rgba(102, 126, 234, 0.1); - color: #667eea; - border: 1rpx solid rgba(102, 126, 234, 0.3); - } - .btn-delete { - background: rgba(245, 87, 108, 0.1); - color: #f5576c; - border: 1rpx solid rgba(245, 87, 108, 0.3); - } + + } } \ No newline at end of file diff --git a/src/pages/work/accounts/investAccountDeal/addEdit.vue b/src/pages/work/accounts/investAccountDeal/addEdit.vue index 59d381d..ba031b0 100644 --- a/src/pages/work/accounts/investAccountDeal/addEdit.vue +++ b/src/pages/work/accounts/investAccountDeal/addEdit.vue @@ -359,22 +359,6 @@ onLoad((option) => { .form-view { padding: 24rpx; - .input-with-arrow { - position: relative; - width: 100%; - - .arrow-icon { - position: absolute; - right: 20rpx; - top: 50%; - transform: translateY(-50%); - color: #c0c4cc; - font-size: 20rpx; - pointer-events: none; - z-index: 10; - } - } - .form-btn { padding-top: 16rpx; } @@ -382,18 +366,4 @@ onLoad((option) => { } - \ No newline at end of file + \ No newline at end of file diff --git a/src/pages/work/accounts/investAccountDeal/list.vue b/src/pages/work/accounts/investAccountDeal/list.vue index 6948d83..3e9b0f7 100644 --- a/src/pages/work/accounts/investAccountDeal/list.vue +++ b/src/pages/work/accounts/investAccountDeal/list.vue @@ -564,11 +564,6 @@ page { } .list-item { - margin: 0 24rpx 24rpx; - background-color: #fff; - border-radius: 16rpx; - overflow: hidden; - box-shadow: 0 2rpx 12rpx rgba(0, 0, 0, 0.08); .item-header { display: flex; @@ -583,16 +578,7 @@ page { gap: 8rpx; } - .card-icon { - width: 40rpx; - height: 40rpx; - border-radius: 50%; - background: rgba(255, 255, 255, 0.25); - display: flex; - align-items: center; - justify-content: center; - flex-shrink: 0; - } + .account-name { font-size: 28rpx; @@ -668,13 +654,7 @@ page { } } - .card-body { - padding: 24rpx; - background: #fafbfc; - border: 2rpx solid #f0f2f5; - margin: 15rpx 16rpx 15rpx; - border-radius: 12rpx; - } + .info-row { display: flex; @@ -694,15 +674,7 @@ page { flex: 1; } - .info-label { - font-size: 24rpx; - color: #667eea; - font-weight: 500; - background: rgba(102, 126, 234, 0.08); - padding: 6rpx 12rpx; - border-radius: 8rpx; - align-self: flex-start; - } + .info-value { font-size: 26rpx; diff --git a/src/pages/work/accounts/investTransferRecord/addEdit.vue b/src/pages/work/accounts/investTransferRecord/addEdit.vue index 66c3159..8c77253 100644 --- a/src/pages/work/accounts/investTransferRecord/addEdit.vue +++ b/src/pages/work/accounts/investTransferRecord/addEdit.vue @@ -302,22 +302,6 @@ onLoad((option) => { .form-view { padding: 24rpx; - .input-with-arrow { - position: relative; - width: 100%; - - .arrow-icon { - position: absolute; - right: 20rpx; - top: 50%; - transform: translateY(-50%); - color: #c0c4cc; - font-size: 20rpx; - pointer-events: none; - z-index: 10; - } - } - .form-btn { padding-top: 16rpx; } @@ -325,18 +309,4 @@ onLoad((option) => { } - \ No newline at end of file + \ No newline at end of file diff --git a/src/pages/work/accounts/investTransferRecord/list.vue b/src/pages/work/accounts/investTransferRecord/list.vue index f008f02..42bb5a7 100644 --- a/src/pages/work/accounts/investTransferRecord/list.vue +++ b/src/pages/work/accounts/investTransferRecord/list.vue @@ -541,11 +541,6 @@ page { } .list-item { - margin: 0 24rpx 24rpx; - background-color: #fff; - border-radius: 16rpx; - overflow: hidden; - box-shadow: 0 2rpx 12rpx rgba(0, 0, 0, 0.08); .item-header { display: flex; @@ -560,16 +555,7 @@ page { gap: 8rpx; } - .card-icon { - width: 40rpx; - height: 40rpx; - border-radius: 50%; - background: rgba(255, 255, 255, 0.25); - display: flex; - align-items: center; - justify-content: center; - flex-shrink: 0; - } + .account-name { font-size: 28rpx; @@ -652,11 +638,7 @@ page { } } - .btn-edit { - background: rgba(102, 126, 234, 0.1); - color: #667eea; - border: 1rpx solid rgba(102, 126, 234, 0.3); - } + .btn-copy { background: rgba(250, 173, 20, 0.1); @@ -664,11 +646,7 @@ page { border: 1rpx solid rgba(250, 173, 20, 0.3); } - .btn-delete { - background: rgba(245, 87, 108, 0.1); - color: #f5576c; - border: 1rpx solid rgba(245, 87, 108, 0.3); - } + } } \ No newline at end of file diff --git a/src/pages/work/accounts/lendTransferRecord/addEdit.vue b/src/pages/work/accounts/lendTransferRecord/addEdit.vue index 1c8959e..4896186 100644 --- a/src/pages/work/accounts/lendTransferRecord/addEdit.vue +++ b/src/pages/work/accounts/lendTransferRecord/addEdit.vue @@ -368,22 +368,6 @@ function handleInAccount() { .form-view { padding: 24rpx; - .input-with-arrow { - position: relative; - width: 100%; - - .arrow-icon { - position: absolute; - right: 20rpx; - top: 50%; - transform: translateY(-50%); - color: #c0c4cc; - font-size: 20rpx; - pointer-events: none; - z-index: 10; - } - } - .form-btn { padding-top: 16rpx; } @@ -391,18 +375,4 @@ function handleInAccount() { } - diff --git a/src/pages/work/accounts/lendTransferRecord/list.vue b/src/pages/work/accounts/lendTransferRecord/list.vue index ae1a4ba..94a13dd 100644 --- a/src/pages/work/accounts/lendTransferRecord/list.vue +++ b/src/pages/work/accounts/lendTransferRecord/list.vue @@ -516,16 +516,7 @@ page { flex-shrink: 0; } - .card-icon { - width: 40rpx; - height: 40rpx; - border-radius: 50%; - background: rgba(255, 255, 255, 0.25); - display: flex; - align-items: center; - justify-content: center; - flex-shrink: 0; - } + .card-date { font-size: 26rpx; @@ -567,13 +558,7 @@ page { } } - .card-body { - padding: 24rpx; - background: #fafbfc; - border: 2rpx solid #f0f2f5; - margin: 15rpx 16rpx 2rpx; - border-radius: 12rpx; - } + .info-row { display: flex; @@ -589,15 +574,7 @@ page { min-width: 0; margin-bottom: -5rpx; - .info-label { - font-size: 24rpx; - color: #667eea; - font-weight: 500; - background: rgba(102, 126, 234, 0.08); - padding: 6rpx 12rpx; - border-radius: 8rpx; - align-self: flex-start; - } + .info-value { font-size: 26rpx; @@ -637,17 +614,9 @@ page { } } - .btn-edit { - background: rgba(102, 126, 234, 0.1); - color: #667eea; - border: 1rpx solid rgba(102, 126, 234, 0.3); - } - .btn-delete { - background: rgba(245, 87, 108, 0.1); - color: #f5576c; - border: 1rpx solid rgba(245, 87, 108, 0.3); - } + + } } \ No newline at end of file diff --git a/src/pages/work/accounts/posTransferRecord/addEdit.vue b/src/pages/work/accounts/posTransferRecord/addEdit.vue index 070932d..6c81829 100644 --- a/src/pages/work/accounts/posTransferRecord/addEdit.vue +++ b/src/pages/work/accounts/posTransferRecord/addEdit.vue @@ -310,22 +310,6 @@ function handleCreditCard() { .form-view { padding: 24rpx; - .input-with-arrow { - position: relative; - width: 100%; - - .arrow-icon { - position: absolute; - right: 20rpx; - top: 50%; - transform: translateY(-50%); - color: #c0c4cc; - font-size: 20rpx; - pointer-events: none; - z-index: 10; - } - } - .form-btn { padding-top: 16rpx; } @@ -333,18 +317,4 @@ function handleCreditCard() { } - \ No newline at end of file + \ No newline at end of file diff --git a/src/pages/work/accounts/posTransferRecord/list.vue b/src/pages/work/accounts/posTransferRecord/list.vue index c246593..c77e0ae 100644 --- a/src/pages/work/accounts/posTransferRecord/list.vue +++ b/src/pages/work/accounts/posTransferRecord/list.vue @@ -609,11 +609,6 @@ page { } .list-item { - margin: 0 24rpx 24rpx; - background-color: #fff; - border-radius: 16rpx; - overflow: hidden; - box-shadow: 0 2rpx 12rpx rgba(0, 0, 0, 0.08); .item-header { display: flex; @@ -628,16 +623,7 @@ page { gap: 8rpx; } - .card-icon { - width: 40rpx; - height: 40rpx; - border-radius: 50%; - background: rgba(255, 255, 255, 0.25); - display: flex; - align-items: center; - justify-content: center; - flex-shrink: 0; - } + .card-name { font-size: 28rpx; @@ -751,15 +737,7 @@ page { flex: 1; min-width: 0; - .info-label { - font-size: 24rpx; - color: #667eea; - font-weight: 500; - background: rgba(102, 126, 234, 0.08); - padding: 6rpx 12rpx; - border-radius: 8rpx; - align-self: flex-start; - } + .info-value { font-size: 24rpx; @@ -819,17 +797,9 @@ page { } } - .btn-edit { - background: rgba(102, 126, 234, 0.1); - color: #667eea; - border: 1rpx solid rgba(102, 126, 234, 0.3); - } - .btn-delete { - background: rgba(245, 87, 108, 0.1); - color: #f5576c; - border: 1rpx solid rgba(245, 87, 108, 0.3); - } + + } } \ No newline at end of file diff --git a/src/pages/work/accounts/posadvice/list.vue b/src/pages/work/accounts/posadvice/list.vue index 2d7263f..ab49c78 100644 --- a/src/pages/work/accounts/posadvice/list.vue +++ b/src/pages/work/accounts/posadvice/list.vue @@ -384,16 +384,7 @@ page { gap: 10rpx; } - .card-icon { - width: 40rpx; - height: 40rpx; - border-radius: 50%; - background: rgba(255, 255, 255, 0.25); - display: flex; - align-items: center; - justify-content: center; - flex-shrink: 0; - } + .card-name { font-size: 26rpx; diff --git a/src/pages/work/base/bankBaseInfo/addEdit.vue b/src/pages/work/base/bankBaseInfo/addEdit.vue index d19241f..a7dd482 100644 --- a/src/pages/work/base/bankBaseInfo/addEdit.vue +++ b/src/pages/work/base/bankBaseInfo/addEdit.vue @@ -262,22 +262,6 @@ function submit() { .form-view { padding: 24rpx; - .input-with-arrow { - position: relative; - width: 100%; - - .arrow-icon { - position: absolute; - right: 20rpx; - top: 50%; - transform: translateY(-50%); - color: #c0c4cc; - font-size: 20rpx; - pointer-events: none; - z-index: 10; - } - } - .form-btn { padding-top: 16rpx; } @@ -285,18 +269,4 @@ function submit() { } - diff --git a/src/pages/work/base/bankBaseInfo/list.vue b/src/pages/work/base/bankBaseInfo/list.vue index a0cf1b9..ef44a8f 100644 --- a/src/pages/work/base/bankBaseInfo/list.vue +++ b/src/pages/work/base/bankBaseInfo/list.vue @@ -578,13 +578,7 @@ page { } } - .card-body { - padding: 24rpx; - background: #fafbfc; - border: 2rpx solid #f0f2f5; - margin: 15rpx 16rpx 2rpx; - border-radius: 12rpx; - } + .info-row { display: flex; @@ -604,15 +598,7 @@ page { flex: 0 0 100%; } - .info-label { - font-size: 24rpx; - color: #667eea; - font-weight: 500; - background: rgba(102, 126, 234, 0.08); - padding: 6rpx 12rpx; - border-radius: 8rpx; - align-self: flex-start; - } + .info-value { font-size: 26rpx; @@ -658,17 +644,9 @@ page { } } - .btn-edit { - background: rgba(102, 126, 234, 0.1); - color: #667eea; - border: 1rpx solid rgba(102, 126, 234, 0.3); - } + - .btn-delete { - background: rgba(245, 87, 108, 0.1); - color: #f5576c; - border: 1rpx solid rgba(245, 87, 108, 0.3); - } + } } diff --git a/src/pages/work/base/creditCard/addEdit.vue b/src/pages/work/base/creditCard/addEdit.vue index 88a78c9..ff2fe99 100644 --- a/src/pages/work/base/creditCard/addEdit.vue +++ b/src/pages/work/base/creditCard/addEdit.vue @@ -461,22 +461,6 @@ onLoad((option) => { .form-view { padding: 24rpx; - .input-with-arrow { - position: relative; - width: 100%; - - .arrow-icon { - position: absolute; - right: 20rpx; - top: 50%; - transform: translateY(-50%); - color: #c0c4cc; - font-size: 20rpx; - pointer-events: none; - z-index: 10; - } - } - .form-btn { padding-top: 32rpx; } @@ -484,18 +468,4 @@ onLoad((option) => { } - \ No newline at end of file + \ No newline at end of file diff --git a/src/pages/work/base/creditCard/adjustLimit.vue b/src/pages/work/base/creditCard/adjustLimit.vue index 9cfb22a..5c7efc6 100644 --- a/src/pages/work/base/creditCard/adjustLimit.vue +++ b/src/pages/work/base/creditCard/adjustLimit.vue @@ -501,22 +501,6 @@ function submit() { .form-view { padding: 24rpx; - .input-with-arrow { - position: relative; - width: 100%; - - .arrow-icon { - position: absolute; - right: 20rpx; - top: 50%; - transform: translateY(-50%); - color: #c0c4cc; - font-size: 20rpx; - pointer-events: none; - z-index: 10; - } - } - .form-btn { padding-top: 16rpx; } @@ -524,18 +508,4 @@ function submit() { } - diff --git a/src/pages/work/base/creditCard/list.vue b/src/pages/work/base/creditCard/list.vue index b8bc979..21e260b 100644 --- a/src/pages/work/base/creditCard/list.vue +++ b/src/pages/work/base/creditCard/list.vue @@ -459,16 +459,7 @@ page { gap: 10rpx; } - .card-icon { - width: 40rpx; - height: 40rpx; - background: rgba(255, 255, 255, 0.25); - border-radius: 50%; - display: flex; - align-items: center; - justify-content: center; - flex-shrink: 0; - } + .card-name { font-size: 28rpx; @@ -553,13 +544,7 @@ page { } } - .card-body { - padding: 24rpx; - background: #fafbfc; - border: 2rpx solid #f0f2f5; - margin: 15rpx 16rpx 2rpx; - border-radius: 12rpx; - } + .info-row { display: flex; @@ -579,15 +564,7 @@ page { flex: 0 0 100%; } - .info-label { - font-size: 24rpx; - color: #667eea; - font-weight: 500; - background: rgba(102, 126, 234, 0.08); - padding: 6rpx 12rpx; - border-radius: 8rpx; - align-self: flex-start; - } + .info-value { font-size: 26rpx; diff --git a/src/pages/work/base/debitCard/addEdit.vue b/src/pages/work/base/debitCard/addEdit.vue index ccef8da..19192bd 100644 --- a/src/pages/work/base/debitCard/addEdit.vue +++ b/src/pages/work/base/debitCard/addEdit.vue @@ -384,22 +384,6 @@ onLoad((option) => { .form-view { padding: 24rpx; - .input-with-arrow { - position: relative; - width: 100%; - - .arrow-icon { - position: absolute; - right: 20rpx; - top: 50%; - transform: translateY(-50%); - color: #c0c4cc; - font-size: 20rpx; - pointer-events: none; - z-index: 10; - } - } - .form-btn { padding-top: 16rpx; } @@ -407,18 +391,4 @@ onLoad((option) => { } - \ No newline at end of file + \ No newline at end of file diff --git a/src/pages/work/base/debitCard/adjustLimit.vue b/src/pages/work/base/debitCard/adjustLimit.vue index 669b6fe..7416a12 100644 --- a/src/pages/work/base/debitCard/adjustLimit.vue +++ b/src/pages/work/base/debitCard/adjustLimit.vue @@ -430,22 +430,6 @@ function submit() { .form-view { padding: 24rpx; - .input-with-arrow { - position: relative; - width: 100%; - - .arrow-icon { - position: absolute; - right: 20rpx; - top: 50%; - transform: translateY(-50%); - color: #c0c4cc; - font-size: 20rpx; - pointer-events: none; - z-index: 10; - } - } - .form-btn { padding-top: 16rpx; } @@ -487,18 +471,4 @@ function submit() { } - diff --git a/src/pages/work/base/debitCard/list.vue b/src/pages/work/base/debitCard/list.vue index aeb6dc6..205c333 100644 --- a/src/pages/work/base/debitCard/list.vue +++ b/src/pages/work/base/debitCard/list.vue @@ -569,16 +569,7 @@ page { gap: 10rpx; } - .card-icon { - width: 40rpx; - height: 40rpx; - background: rgba(255, 255, 255, 0.25); - border-radius: 50%; - display: flex; - align-items: center; - justify-content: center; - flex-shrink: 0; - } + .card-name { font-size: 28rpx; @@ -660,13 +651,7 @@ page { } } - .card-body { - padding: 24rpx; - background: #fafbfc; - border: 2rpx solid #f0f2f5; - margin: 15rpx 16rpx 2rpx; - border-radius: 12rpx; - } + .info-row { display: flex; @@ -686,15 +671,7 @@ page { flex: 0 0 100%; } - .info-label { - font-size: 24rpx; - color: #667eea; - font-weight: 500; - background: rgba(102, 126, 234, 0.08); - padding: 6rpx 12rpx; - border-radius: 8rpx; - align-self: flex-start; - } + .info-value { font-size: 26rpx; @@ -769,11 +746,7 @@ page { font-weight: 600; } - .btn-edit { - background: rgba(102, 126, 234, 0.1); - color: #667eea; - border: 1rpx solid rgba(102, 126, 234, 0.3); - } + .btn-limit { background: rgba(250, 140, 22, 0.1); @@ -781,11 +754,7 @@ page { border: 1rpx solid rgba(250, 140, 22, 0.3); } - .btn-delete { - background: rgba(245, 87, 108, 0.1); - color: #f5576c; - border: 1rpx solid rgba(245, 87, 108, 0.3); - } + } } \ No newline at end of file diff --git a/src/pages/work/base/financials/addEdit.vue b/src/pages/work/base/financials/addEdit.vue index 1cf8e27..9f06d04 100644 --- a/src/pages/work/base/financials/addEdit.vue +++ b/src/pages/work/base/financials/addEdit.vue @@ -293,22 +293,6 @@ onLoad((option) => { .form-view { padding: 24rpx; - .input-with-arrow { - position: relative; - width: 100%; - - .arrow-icon { - position: absolute; - right: 20rpx; - top: 50%; - transform: translateY(-50%); - color: #c0c4cc; - font-size: 20rpx; - pointer-events: none; - z-index: 10; - } - } - .form-btn { padding-top: 32rpx; } @@ -329,17 +313,7 @@ onLoad((option) => { } } - .form-btn .u-button { - background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important; - border: none !important; - border-radius: 24rpx !important; - height: 80rpx !important; - box-shadow: 0 4rpx 16rpx rgba(102, 126, 234, 0.4) !important; - } + - .form-btn .u-button__text { - font-size: 30rpx !important; - font-weight: 500 !important; - letter-spacing: 2rpx !important; - } + \ No newline at end of file diff --git a/src/pages/work/base/financials/list.vue b/src/pages/work/base/financials/list.vue index e124f0f..a0cba6c 100644 --- a/src/pages/work/base/financials/list.vue +++ b/src/pages/work/base/financials/list.vue @@ -321,18 +321,7 @@ page { flex: 1; min-width: 0; - .card-icon { - width: 48rpx; - height: 48rpx; - background: rgba(255, 255, 255, 0.2); - border-radius: 16rpx; - display: flex; - align-items: center; - justify-content: center; - margin-right: 12rpx; - flex-shrink: 0; - backdrop-filter: blur(10rpx); - } + .card-info { flex: 1; @@ -370,13 +359,7 @@ page { } } - .card-body { - padding: 24rpx; - background: #fafbfc; - border: 2rpx solid #f0f2f5; - margin: 15rpx 16rpx 2rpx; - border-radius: 12rpx; - } + .info-row { display: flex; @@ -396,15 +379,7 @@ page { flex: 0 0 100%; } - .info-label { - font-size: 24rpx; - color: #667eea; - font-weight: 500; - background: rgba(102, 126, 234, 0.08); - padding: 6rpx 12rpx; - border-radius: 8rpx; - align-self: flex-start; - } + .info-value { font-size: 26rpx; @@ -474,17 +449,9 @@ page { font-weight: 600; } - .btn-edit { - background: rgba(102, 126, 234, 0.1); - color: #667eea; - border: 1rpx solid rgba(102, 126, 234, 0.3); - } - .btn-delete { - background: rgba(245, 87, 108, 0.1); - color: #f5576c; - border: 1rpx solid rgba(245, 87, 108, 0.3); - } + + } } \ No newline at end of file diff --git a/src/pages/work/base/futures/addEdit.vue b/src/pages/work/base/futures/addEdit.vue index a149133..0484040 100644 --- a/src/pages/work/base/futures/addEdit.vue +++ b/src/pages/work/base/futures/addEdit.vue @@ -311,22 +311,6 @@ onLoad((option) => { .form-view { padding: 24rpx; - .input-with-arrow { - position: relative; - width: 100%; - - .arrow-icon { - position: absolute; - right: 20rpx; - top: 50%; - transform: translateY(-50%); - color: #c0c4cc; - font-size: 20rpx; - pointer-events: none; - z-index: 10; - } - } - .form-btn { padding-top: 32rpx; } @@ -347,17 +331,7 @@ onLoad((option) => { } } - .form-btn .u-button { - background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important; - border: none !important; - border-radius: 24rpx !important; - height: 80rpx !important; - box-shadow: 0 4rpx 16rpx rgba(102, 126, 234, 0.4) !important; - } + - .form-btn .u-button__text { - font-size: 30rpx !important; - font-weight: 500 !important; - letter-spacing: 2rpx !important; - } + \ No newline at end of file diff --git a/src/pages/work/base/futures/list.vue b/src/pages/work/base/futures/list.vue index 29bc5d9..832252d 100644 --- a/src/pages/work/base/futures/list.vue +++ b/src/pages/work/base/futures/list.vue @@ -332,18 +332,7 @@ page { flex: 1; min-width: 0; - .card-icon { - width: 48rpx; - height: 48rpx; - background: rgba(255, 255, 255, 0.2); - border-radius: 16rpx; - display: flex; - align-items: center; - justify-content: center; - margin-right: 12rpx; - flex-shrink: 0; - backdrop-filter: blur(10rpx); - } + .card-info { flex: 1; @@ -388,13 +377,7 @@ page { } } - .card-body { - padding: 24rpx; - background: #fafbfc; - border: 2rpx solid #f0f2f5; - margin: 15rpx 16rpx 2rpx; - border-radius: 12rpx; - } + .info-row { display: flex; @@ -414,15 +397,7 @@ page { flex: 0 0 100%; } - .info-label { - font-size: 24rpx; - color: #667eea; - font-weight: 500; - background: rgba(102, 126, 234, 0.08); - padding: 6rpx 12rpx; - border-radius: 8rpx; - align-self: flex-start; - } + .info-value { font-size: 26rpx; @@ -492,17 +467,9 @@ page { font-weight: 600; } - .btn-edit { - background: rgba(102, 126, 234, 0.1); - color: #667eea; - border: 1rpx solid rgba(102, 126, 234, 0.3); - } - .btn-delete { - background: rgba(245, 87, 108, 0.1); - color: #f5576c; - border: 1rpx solid rgba(245, 87, 108, 0.3); - } + + } } \ No newline at end of file diff --git a/src/pages/work/base/lend/addEdit.vue b/src/pages/work/base/lend/addEdit.vue index 39fbd25..8f0ff9a 100644 --- a/src/pages/work/base/lend/addEdit.vue +++ b/src/pages/work/base/lend/addEdit.vue @@ -338,22 +338,6 @@ onLoad((option) => { .form-view { padding: 24rpx; - .input-with-arrow { - position: relative; - width: 100%; - - .arrow-icon { - position: absolute; - right: 20rpx; - top: 50%; - transform: translateY(-50%); - color: #c0c4cc; - font-size: 20rpx; - pointer-events: none; - z-index: 10; - } - } - .form-btn { padding-top: 32rpx; } diff --git a/src/pages/work/base/lend/list.vue b/src/pages/work/base/lend/list.vue index 4a91130..ae74de3 100644 --- a/src/pages/work/base/lend/list.vue +++ b/src/pages/work/base/lend/list.vue @@ -396,17 +396,7 @@ page { margin-right: 16rpx; } - .card-icon { - width: 40rpx; - height: 40rpx; - background: rgba(255, 255, 255, 0.25); - border-radius: 50%; - display: flex; - align-items: center; - justify-content: center; - margin-right: 12rpx; - flex-shrink: 0; - } + .card-info { flex: 1; @@ -454,13 +444,7 @@ page { } } - .card-body { - padding: 24rpx; - background: #fafbfc; - border: 2rpx solid #f0f2f5; - margin: 15rpx 16rpx 15rpx; - border-radius: 12rpx; - } + .info-row { display: flex; @@ -480,15 +464,7 @@ page { flex: 0 0 100%; } - .info-label { - font-size: 24rpx; - color: #667eea; - font-weight: 500; - background: rgba(102, 126, 234, 0.08); - padding: 6rpx 12rpx; - border-radius: 8rpx; - align-self: flex-start; - } + .info-value { font-size: 26rpx; diff --git a/src/pages/work/base/posmachine/addEdit.vue b/src/pages/work/base/posmachine/addEdit.vue index 941ea9a..ab6ef01 100644 --- a/src/pages/work/base/posmachine/addEdit.vue +++ b/src/pages/work/base/posmachine/addEdit.vue @@ -423,22 +423,6 @@ onLoad((option) => { .form-view { padding: 20rpx; - .input-with-arrow { - position: relative; - width: 100%; - - .arrow-icon { - position: absolute; - right: 20rpx; - top: 50%; - transform: translateY(-50%); - color: #c0c4cc; - font-size: 20rpx; - pointer-events: none; - z-index: 10; - } - } - .form-btn { padding-top: 24rpx; } @@ -446,18 +430,4 @@ onLoad((option) => { } - \ No newline at end of file + \ No newline at end of file diff --git a/src/pages/work/base/posmachine/list.vue b/src/pages/work/base/posmachine/list.vue index 7cfac04..41cd0ee 100644 --- a/src/pages/work/base/posmachine/list.vue +++ b/src/pages/work/base/posmachine/list.vue @@ -351,17 +351,7 @@ page { margin-right: 16rpx; } - .card-icon { - width: 40rpx; - height: 40rpx; - background: rgba(255, 255, 255, 0.25); - border-radius: 50%; - display: flex; - align-items: center; - justify-content: center; - margin-right: 12rpx; - flex-shrink: 0; - } + .card-info { flex: 1; @@ -409,13 +399,7 @@ page { } } - .card-body { - padding: 24rpx; - background: #fafbfc; - border: 2rpx solid #f0f2f5; - margin: 15rpx 16rpx 2rpx; - border-radius: 12rpx; - } + .info-row { display: flex; @@ -435,15 +419,7 @@ page { flex: 0 0 100%; } - .info-label { - font-size: 24rpx; - color: #667eea; - font-weight: 500; - background: rgba(102, 126, 234, 0.08); - padding: 6rpx 12rpx; - border-radius: 8rpx; - align-self: flex-start; - } + .info-value { font-size: 26rpx; diff --git a/src/pages/work/base/stocks/addEdit.vue b/src/pages/work/base/stocks/addEdit.vue index e0f9fab..4ddb10b 100644 --- a/src/pages/work/base/stocks/addEdit.vue +++ b/src/pages/work/base/stocks/addEdit.vue @@ -293,22 +293,6 @@ onLoad((option) => { .form-view { padding: 24rpx; - .input-with-arrow { - position: relative; - width: 100%; - - .arrow-icon { - position: absolute; - right: 20rpx; - top: 50%; - transform: translateY(-50%); - color: #c0c4cc; - font-size: 20rpx; - pointer-events: none; - z-index: 10; - } - } - .form-btn { padding-top: 32rpx; } @@ -329,17 +313,7 @@ onLoad((option) => { } } - .form-btn .u-button { - background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important; - border: none !important; - border-radius: 24rpx !important; - height: 80rpx !important; - box-shadow: 0 4rpx 16rpx rgba(102, 126, 234, 0.4) !important; - } + - .form-btn .u-button__text { - font-size: 30rpx !important; - font-weight: 500 !important; - letter-spacing: 2rpx !important; - } + \ No newline at end of file diff --git a/src/pages/work/base/stocks/list.vue b/src/pages/work/base/stocks/list.vue index dd1ee30..9f3a315 100644 --- a/src/pages/work/base/stocks/list.vue +++ b/src/pages/work/base/stocks/list.vue @@ -322,18 +322,7 @@ page { flex: 1; min-width: 0; - .card-icon { - width: 48rpx; - height: 48rpx; - background: rgba(255, 255, 255, 0.2); - border-radius: 16rpx; - display: flex; - align-items: center; - justify-content: center; - margin-right: 12rpx; - flex-shrink: 0; - backdrop-filter: blur(10rpx); - } + .card-info { flex: 1; @@ -378,13 +367,7 @@ page { } } - .card-body { - padding: 24rpx; - background: #fafbfc; - border: 2rpx solid #f0f2f5; - margin: 15rpx 16rpx 2rpx; - border-radius: 12rpx; - } + .info-row { display: flex; @@ -404,15 +387,7 @@ page { flex: 0 0 100%; } - .info-label { - font-size: 24rpx; - color: #667eea; - font-weight: 500; - background: rgba(102, 126, 234, 0.08); - padding: 6rpx 12rpx; - border-radius: 8rpx; - align-self: flex-start; - } + .info-value { font-size: 26rpx; @@ -482,17 +457,9 @@ page { font-weight: 600; } - .btn-edit { - background: rgba(102, 126, 234, 0.1); - color: #667eea; - border: 1rpx solid rgba(102, 126, 234, 0.3); - } - .btn-delete { - background: rgba(245, 87, 108, 0.1); - color: #f5576c; - border: 1rpx solid rgba(245, 87, 108, 0.3); - } + + } } \ No newline at end of file diff --git a/src/pages/work/bill/creditCardBill/addEdit.vue b/src/pages/work/bill/creditCardBill/addEdit.vue index ba363ae..3a09716 100644 --- a/src/pages/work/bill/creditCardBill/addEdit.vue +++ b/src/pages/work/bill/creditCardBill/addEdit.vue @@ -263,21 +263,7 @@ onLoad((option) => { .form-view { padding: 20rpx 0rpx 0 10rpx; - .input-with-arrow { - position: relative; - width: 100%; - .arrow-icon { - position: absolute; - right: 20rpx; - top: 50%; - transform: translateY(-50%); - color: #c0c4cc; - font-size: 20rpx; - pointer-events: none; - z-index: 10; - } - } .form-btn { padding-top: 32rpx; diff --git a/src/pages/work/bill/creditCardBill/list.vue b/src/pages/work/bill/creditCardBill/list.vue index 799141a..566fe2d 100644 --- a/src/pages/work/bill/creditCardBill/list.vue +++ b/src/pages/work/bill/creditCardBill/list.vue @@ -441,11 +441,6 @@ page { } .list-item { - margin: 0 24rpx 24rpx; - background-color: #fff; - border-radius: 16rpx; - overflow: hidden; - box-shadow: 0 2rpx 12rpx rgba(0, 0, 0, 0.08); .item-header { display: flex; @@ -460,16 +455,7 @@ page { gap: 10rpx; } - .card-icon { - width: 40rpx; - height: 40rpx; - border-radius: 50%; - background: rgba(255, 255, 255, 0.25); - display: flex; - align-items: center; - justify-content: center; - flex-shrink: 0; - } + .card-name { font-size: 28rpx; @@ -575,15 +561,7 @@ page { gap: 8rpx; min-width: 0; - .info-label { - font-size: 24rpx; - color: #667eea; - font-weight: 500; - background: rgba(102, 126, 234, 0.08); - padding: 6rpx 12rpx; - border-radius: 8rpx; - align-self: flex-start; - } + .info-value { font-size: 26rpx; @@ -670,15 +648,7 @@ page { gap: 8rpx; min-width: 0; - .info-label { - font-size: 22rpx; - color: #667eea; - font-weight: 500; - background: rgba(102, 126, 234, 0.08); - padding: 6rpx 12rpx; - border-radius: 8rpx; - align-self: flex-start; - } + .info-value { font-size: 26rpx; @@ -737,23 +707,11 @@ page { font-weight: 600; } - .btn-detail { - background: rgba(82, 196, 26, 0.1); - color: #52c41a; - border: 1rpx solid rgba(82, 196, 26, 0.3); - } - .btn-edit { - background: rgba(102, 126, 234, 0.1); - color: #667eea; - border: 1rpx solid rgba(102, 126, 234, 0.3); - } - .btn-delete { - background: rgba(245, 87, 108, 0.1); - color: #f5576c; - border: 1rpx solid rgba(245, 87, 108, 0.3); - } + + + } } \ No newline at end of file diff --git a/src/pages/work/bill/creditInstallmentHistory/addEdit.vue b/src/pages/work/bill/creditInstallmentHistory/addEdit.vue index 791631a..dbf3881 100644 --- a/src/pages/work/bill/creditInstallmentHistory/addEdit.vue +++ b/src/pages/work/bill/creditInstallmentHistory/addEdit.vue @@ -319,22 +319,6 @@ onLoad((option) => { .form-view { padding: 24rpx; - .input-with-arrow { - position: relative; - width: 100%; - - .arrow-icon { - position: absolute; - right: 20rpx; - top: 50%; - transform: translateY(-50%); - color: #c0c4cc; - font-size: 20rpx; - pointer-events: none; - z-index: 10; - } - } - .form-btn { padding-top: 16rpx; } @@ -342,18 +326,4 @@ onLoad((option) => { } - \ No newline at end of file + \ No newline at end of file diff --git a/src/pages/work/bill/creditInstallmentHistory/detailsAddEdit.vue b/src/pages/work/bill/creditInstallmentHistory/detailsAddEdit.vue index 55ea589..980c59f 100644 --- a/src/pages/work/bill/creditInstallmentHistory/detailsAddEdit.vue +++ b/src/pages/work/bill/creditInstallmentHistory/detailsAddEdit.vue @@ -217,22 +217,6 @@ onLoad((option) => { .form-view { padding: 24rpx; - .input-with-arrow { - position: relative; - width: 100%; - - .arrow-icon { - position: absolute; - right: 20rpx; - top: 50%; - transform: translateY(-50%); - color: #c0c4cc; - font-size: 20rpx; - pointer-events: none; - z-index: 10; - } - } - .form-btn { padding-top: 16rpx; } @@ -240,18 +224,4 @@ onLoad((option) => { } - \ No newline at end of file + \ No newline at end of file diff --git a/src/pages/work/bill/creditInstallmentHistory/list.vue b/src/pages/work/bill/creditInstallmentHistory/list.vue index a238624..3aff1f5 100644 --- a/src/pages/work/bill/creditInstallmentHistory/list.vue +++ b/src/pages/work/bill/creditInstallmentHistory/list.vue @@ -398,11 +398,6 @@ page { } .list-item { - margin: 0 24rpx 24rpx; - background-color: #fff; - border-radius: 16rpx; - overflow: hidden; - box-shadow: 0 2rpx 12rpx rgba(0, 0, 0, 0.08); .item-header { display: flex; @@ -417,16 +412,7 @@ page { gap: 10rpx; } - .card-icon { - width: 40rpx; - height: 40rpx; - border-radius: 50%; - background: rgba(255, 255, 255, 0.25); - display: flex; - align-items: center; - justify-content: center; - flex-shrink: 0; - } + .card-name { font-size: 28rpx; @@ -511,15 +497,7 @@ page { gap: 6rpx; min-width: 0; - .info-label { - font-size: 24rpx; - color: #667eea; - font-weight: 500; - background: rgba(102, 126, 234, 0.08); - padding: 6rpx 12rpx; - border-radius: 8rpx; - align-self: flex-start; - } + .info-value { font-size: 26rpx; @@ -561,23 +539,11 @@ page { } } - .btn-detail { - background: rgba(82, 196, 26, 0.1); - color: #52c41a; - border: 1rpx solid rgba(82, 196, 26, 0.3); - } - .btn-edit { - background: rgba(102, 126, 234, 0.1); - color: #667eea; - border: 1rpx solid rgba(102, 126, 234, 0.3); - } - .btn-delete { - background: rgba(245, 87, 108, 0.1); - color: #f5576c; - border: 1rpx solid rgba(245, 87, 108, 0.3); - } + + + } } \ No newline at end of file diff --git a/src/pages/work/bill/creditQueryRecord/addEdit.vue b/src/pages/work/bill/creditQueryRecord/addEdit.vue index 69be657..bdb9ab5 100644 --- a/src/pages/work/bill/creditQueryRecord/addEdit.vue +++ b/src/pages/work/bill/creditQueryRecord/addEdit.vue @@ -223,22 +223,6 @@ onLoad((option) => { .form-view { padding: 20rpx 0rpx 0 10rpx; - .input-with-arrow { - position: relative; - width: 100%; - - .arrow-icon { - position: absolute; - right: 20rpx; - top: 50%; - transform: translateY(-50%); - color: #c0c4cc; - font-size: 20rpx; - pointer-events: none; - z-index: 10; - } - } - .form-btn { padding-top: 20rpx; } @@ -246,18 +230,4 @@ onLoad((option) => { } - \ No newline at end of file + \ No newline at end of file diff --git a/src/pages/work/bill/creditQueryRecord/list.vue b/src/pages/work/bill/creditQueryRecord/list.vue index 935cd85..3de8619 100644 --- a/src/pages/work/bill/creditQueryRecord/list.vue +++ b/src/pages/work/bill/creditQueryRecord/list.vue @@ -446,15 +446,7 @@ page { gap: 12rpx; margin-bottom: 12rpx; - .card-icon { - width: 40rpx; - height: 40rpx; - border-radius: 50%; - background: rgba(255, 255, 255, 0.25); - display: flex; - align-items: center; - justify-content: center; - } + .card-name { font-size: 28rpx; @@ -493,13 +485,7 @@ page { } } - .card-body { - padding: 24rpx; - background: #fafbfc; - border: 2rpx solid #f0f2f5; - margin: 15rpx 16rpx 2rpx; - border-radius: 12rpx; - } + .info-row { display: flex; @@ -520,15 +506,7 @@ page { flex: 0 0 100%; } - .info-label { - font-size: 24rpx; - color: #667eea; - font-weight: 500; - background: rgba(102, 126, 234, 0.08); - padding: 6rpx 12rpx; - border-radius: 8rpx; - align-self: flex-start; - } + .info-value { font-size: 26rpx; diff --git a/src/pages/work/bill/futuresBill/addEdit.vue b/src/pages/work/bill/futuresBill/addEdit.vue index 86170c0..534e203 100644 --- a/src/pages/work/bill/futuresBill/addEdit.vue +++ b/src/pages/work/bill/futuresBill/addEdit.vue @@ -230,22 +230,6 @@ onLoad((option) => { .form-view { padding: 20rpx 0rpx 0 10rpx; - .input-with-arrow { - position: relative; - width: 100%; - - .arrow-icon { - position: absolute; - right: 20rpx; - top: 50%; - transform: translateY(-50%); - color: #c0c4cc; - font-size: 20rpx; - pointer-events: none; - z-index: 10; - } - } - .form-btn { padding-top: 20rpx; } @@ -253,18 +237,4 @@ onLoad((option) => { } - \ No newline at end of file + \ No newline at end of file diff --git a/src/pages/work/bill/futuresBill/list.vue b/src/pages/work/bill/futuresBill/list.vue index 97f4a23..46a7115 100644 --- a/src/pages/work/bill/futuresBill/list.vue +++ b/src/pages/work/bill/futuresBill/list.vue @@ -305,11 +305,6 @@ page { } .list-item { - margin: 0 24rpx 24rpx; - background-color: #fff; - border-radius: 16rpx; - overflow: hidden; - box-shadow: 0 2rpx 12rpx rgba(0, 0, 0, 0.08); .item-header { display: flex; @@ -325,16 +320,7 @@ page { flex-wrap: wrap; } - .card-icon { - width: 40rpx; - height: 40rpx; - border-radius: 50%; - background: rgba(255, 255, 255, 0.25); - display: flex; - align-items: center; - justify-content: center; - flex-shrink: 0; - } + .card-date { font-size: 26rpx; @@ -438,23 +424,11 @@ page { } } - .btn-detail { - background: rgba(82, 196, 26, 0.1); - color: #52c41a; - border: 1rpx solid rgba(82, 196, 26, 0.3); - } - .btn-edit { - background: rgba(102, 126, 234, 0.1); - color: #667eea; - border: 1rpx solid rgba(102, 126, 234, 0.3); - } - .btn-delete { - background: rgba(245, 87, 108, 0.1); - color: #f5576c; - border: 1rpx solid rgba(245, 87, 108, 0.3); - } + + + } } \ No newline at end of file diff --git a/src/pages/work/bill/onlineLendHistory/addEdit.vue b/src/pages/work/bill/onlineLendHistory/addEdit.vue index e57c462..6bc3c21 100644 --- a/src/pages/work/bill/onlineLendHistory/addEdit.vue +++ b/src/pages/work/bill/onlineLendHistory/addEdit.vue @@ -360,22 +360,6 @@ onLoad((option) => { .form-view { padding: 24rpx; - .input-with-arrow { - position: relative; - width: 100%; - - .arrow-icon { - position: absolute; - right: 20rpx; - top: 50%; - transform: translateY(-50%); - color: #c0c4cc; - font-size: 20rpx; - pointer-events: none; - z-index: 10; - } - } - .form-btn { padding-top: 16rpx; } @@ -383,18 +367,4 @@ onLoad((option) => { } - \ No newline at end of file + \ No newline at end of file diff --git a/src/pages/work/bill/onlineLendHistory/detailsAddEdit.vue b/src/pages/work/bill/onlineLendHistory/detailsAddEdit.vue index fe7e801..a6c9f3f 100644 --- a/src/pages/work/bill/onlineLendHistory/detailsAddEdit.vue +++ b/src/pages/work/bill/onlineLendHistory/detailsAddEdit.vue @@ -268,22 +268,6 @@ onLoad((option) => { .form-view { padding: 24rpx; - .input-with-arrow { - position: relative; - width: 100%; - - .arrow-icon { - position: absolute; - right: 20rpx; - top: 50%; - transform: translateY(-50%); - color: #c0c4cc; - font-size: 20rpx; - pointer-events: none; - z-index: 10; - } - } - .form-btn { padding-top: 16rpx; } @@ -291,18 +275,4 @@ onLoad((option) => { } - \ No newline at end of file + \ No newline at end of file diff --git a/src/pages/work/bill/onlineLendHistory/list.vue b/src/pages/work/bill/onlineLendHistory/list.vue index bed95f8..08c5dc2 100644 --- a/src/pages/work/bill/onlineLendHistory/list.vue +++ b/src/pages/work/bill/onlineLendHistory/list.vue @@ -408,11 +408,6 @@ page { } .list-item { - margin: 0 24rpx 24rpx; - background-color: #fff; - border-radius: 16rpx; - overflow: hidden; - box-shadow: 0 2rpx 12rpx rgba(0, 0, 0, 0.08); .item-header { display: flex; @@ -427,16 +422,7 @@ page { gap: 10rpx; } - .card-icon { - width: 40rpx; - height: 40rpx; - border-radius: 50%; - background: rgba(255, 255, 255, 0.25); - display: flex; - align-items: center; - justify-content: center; - flex-shrink: 0; - } + .card-name { font-size: 28rpx; @@ -521,15 +507,7 @@ page { gap: 6rpx; min-width: 0; - .info-label { - font-size: 24rpx; - color: #667eea; - font-weight: 500; - background: rgba(102, 126, 234, 0.08); - padding: 6rpx 12rpx; - border-radius: 8rpx; - align-self: flex-start; - } + .info-value { font-size: 26rpx; @@ -571,23 +549,11 @@ page { } } - .btn-detail { - background: rgba(82, 196, 26, 0.1); - color: #52c41a; - border: 1rpx solid rgba(82, 196, 26, 0.3); - } - .btn-edit { - background: rgba(102, 126, 234, 0.1); - color: #667eea; - border: 1rpx solid rgba(102, 126, 234, 0.3); - } - .btn-delete { - background: rgba(245, 87, 108, 0.1); - color: #f5576c; - border: 1rpx solid rgba(245, 87, 108, 0.3); - } + + + } } \ No newline at end of file diff --git a/src/pages/work/bill/peopleLendHistory/addEdit.vue b/src/pages/work/bill/peopleLendHistory/addEdit.vue index 4b25bdd..49c87e3 100644 --- a/src/pages/work/bill/peopleLendHistory/addEdit.vue +++ b/src/pages/work/bill/peopleLendHistory/addEdit.vue @@ -304,22 +304,6 @@ onLoad((option) => { .form-view { padding: 20rpx 0rpx 0 10rpx; - .input-with-arrow { - position: relative; - width: 100%; - - .arrow-icon { - position: absolute; - right: 20rpx; - top: 50%; - transform: translateY(-50%); - color: #c0c4cc; - font-size: 20rpx; - pointer-events: none; - z-index: 10; - } - } - .form-btn { padding-top: 20rpx; } @@ -327,18 +311,4 @@ onLoad((option) => { } - \ No newline at end of file + \ No newline at end of file diff --git a/src/pages/work/bill/peopleLendHistory/list.vue b/src/pages/work/bill/peopleLendHistory/list.vue index 878f7a5..9dee5e3 100644 --- a/src/pages/work/bill/peopleLendHistory/list.vue +++ b/src/pages/work/bill/peopleLendHistory/list.vue @@ -328,10 +328,7 @@ page { } } -.sticky-container { - background: #ffffff; - box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.05); -} + .filter-view { display: flex; @@ -378,11 +375,6 @@ page { } .list-item { - margin: 0 24rpx 24rpx; - background-color: #fff; - border-radius: 16rpx; - overflow: hidden; - box-shadow: 0 2rpx 12rpx rgba(0, 0, 0, 0.08); .item-header { display: flex; @@ -391,16 +383,7 @@ page { padding: 16rpx 24rpx; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); - .card-icon { - width: 40rpx; - height: 40rpx; - border-radius: 50%; - background: rgba(255, 255, 255, 0.25); - display: flex; - align-items: center; - justify-content: center; - flex-shrink: 0; - } + .card-status { font-size: 24rpx; @@ -447,13 +430,7 @@ page { } } - .card-body { - padding: 24rpx; - background: #fafbfc; - border: 2rpx solid #f0f2f5; - margin: 15rpx 16rpx 2rpx; - border-radius: 12rpx; - } + .info-row { display: flex; @@ -471,15 +448,7 @@ page { flex: 0 0 100%; } - .info-label { - font-size: 24rpx; - color: #667eea; - font-weight: 500; - background: rgba(102, 126, 234, 0.08); - padding: 6rpx 12rpx; - border-radius: 8rpx; - align-self: flex-start; - } + .info-value { font-size: 26rpx; @@ -522,17 +491,9 @@ page { } } - .btn-edit { - background: rgba(102, 126, 234, 0.1); - color: #667eea; - border: 1rpx solid rgba(102, 126, 234, 0.3); - } - .btn-delete { - background: rgba(245, 87, 108, 0.1); - color: #f5576c; - border: 1rpx solid rgba(245, 87, 108, 0.3); - } + + } } \ No newline at end of file diff --git a/src/pages/work/bill/stocksBill/addEdit.vue b/src/pages/work/bill/stocksBill/addEdit.vue index 8880a00..500f990 100644 --- a/src/pages/work/bill/stocksBill/addEdit.vue +++ b/src/pages/work/bill/stocksBill/addEdit.vue @@ -229,21 +229,7 @@ onLoad((option) => { .form-view { padding: 20rpx 0rpx 0 10rpx; - .input-with-arrow { - position: relative; - width: 100%; - .arrow-icon { - position: absolute; - right: 20rpx; - top: 50%; - transform: translateY(-50%); - color: #c0c4cc; - font-size: 20rpx; - pointer-events: none; - z-index: 10; - } - } .form-btn { padding-top: 20rpx; @@ -252,18 +238,4 @@ onLoad((option) => { } - \ No newline at end of file + \ No newline at end of file diff --git a/src/pages/work/bill/stocksBill/list.vue b/src/pages/work/bill/stocksBill/list.vue index c7628a5..ee9866c 100644 --- a/src/pages/work/bill/stocksBill/list.vue +++ b/src/pages/work/bill/stocksBill/list.vue @@ -298,11 +298,6 @@ page { } .list-item { - margin: 0 24rpx 24rpx; - background-color: #fff; - border-radius: 16rpx; - overflow: hidden; - box-shadow: 0 2rpx 12rpx rgba(0, 0, 0, 0.08); .item-header { display: flex; @@ -318,16 +313,7 @@ page { flex-wrap: wrap; } - .card-icon { - width: 40rpx; - height: 40rpx; - border-radius: 50%; - background: rgba(255, 255, 255, 0.25); - display: flex; - align-items: center; - justify-content: center; - flex-shrink: 0; - } + .card-date { font-size: 26rpx; @@ -431,23 +417,11 @@ page { } } - .btn-detail { - background: rgba(82, 196, 26, 0.1); - color: #52c41a; - border: 1rpx solid rgba(82, 196, 26, 0.3); - } - .btn-edit { - background: rgba(102, 126, 234, 0.1); - color: #667eea; - border: 1rpx solid rgba(102, 126, 234, 0.3); - } - .btn-delete { - background: rgba(245, 87, 108, 0.1); - color: #f5576c; - border: 1rpx solid rgba(245, 87, 108, 0.3); - } + + + } } \ No newline at end of file diff --git a/src/pages/work/heartJourney/addEdit.vue b/src/pages/work/heartJourney/addEdit.vue index fbd375c..ef90558 100644 --- a/src/pages/work/heartJourney/addEdit.vue +++ b/src/pages/work/heartJourney/addEdit.vue @@ -406,21 +406,7 @@ onLoad((option) => { .form-view { padding: 24rpx; - .input-with-arrow { - position: relative; - width: 100%; - .arrow-icon { - position: absolute; - right: 20rpx; - top: 50%; - transform: translateY(-50%); - color: #c0c4cc; - font-size: 20rpx; - pointer-events: none; - z-index: 10; - } - } .form-btn { padding-top: 16rpx; @@ -513,18 +499,4 @@ onLoad((option) => { } - \ No newline at end of file + \ No newline at end of file diff --git a/src/pages/work/heartJourney/list.vue b/src/pages/work/heartJourney/list.vue index b27ec11..5ff97a0 100644 --- a/src/pages/work/heartJourney/list.vue +++ b/src/pages/work/heartJourney/list.vue @@ -456,16 +456,7 @@ page { gap: 12rpx; } - .card-icon { - width: 40rpx; - height: 40rpx; - background: rgba(255, 255, 255, 0.25); - border-radius: 50%; - display: flex; - align-items: center; - justify-content: center; - flex-shrink: 0; - } + .card-info { display: flex; @@ -512,15 +503,7 @@ page { gap: 8rpx; min-width: 0; - .info-label { - font-size: 24rpx; - color: #667eea; - font-weight: 500; - background: rgba(102, 126, 234, 0.08); - padding: 6rpx 12rpx; - border-radius: 8rpx; - align-self: flex-start; - } + .info-value { font-size: 26rpx; @@ -536,15 +519,7 @@ page { flex-direction: column; gap: 8rpx; - .info-label { - font-size: 22rpx; - color: #667eea; - font-weight: 500; - background: rgba(102, 126, 234, 0.08); - padding: 6rpx 12rpx; - border-radius: 8rpx; - align-self: flex-start; - } + .info-value-html { padding: 16rpx; diff --git a/src/pages/work/product/productInfor/addEdit.vue b/src/pages/work/product/productInfor/addEdit.vue index a208139..30cb6b3 100644 --- a/src/pages/work/product/productInfor/addEdit.vue +++ b/src/pages/work/product/productInfor/addEdit.vue @@ -246,22 +246,6 @@ onLoad((option) => { .form-view { padding: 20rpx 24rpx; - .input-with-arrow { - position: relative; - width: 100%; - - .arrow-icon { - position: absolute; - right: 20rpx; - top: 50%; - transform: translateY(-50%); - color: #c0c4cc; - font-size: 20rpx; - pointer-events: none; - z-index: 10; - } - } - .form-btn { padding-top: 20rpx; display: flex; diff --git a/src/pages/work/product/productInfor/list.vue b/src/pages/work/product/productInfor/list.vue index 9dfb9b2..de18827 100644 --- a/src/pages/work/product/productInfor/list.vue +++ b/src/pages/work/product/productInfor/list.vue @@ -441,17 +441,7 @@ page { min-width: 0; } - .card-icon { - width: 40rpx; - height: 40rpx; - background: rgba(255, 255, 255, 0.25); - border-radius: 50%; - display: flex; - align-items: center; - justify-content: center; - margin-right: 12rpx; - flex-shrink: 0; - } + .card-info { flex: 1; @@ -499,13 +489,7 @@ page { } } - .card-body { - padding: 24rpx; - background: #fafbfc; - border: 2rpx solid #f0f2f5; - margin: 15rpx 16rpx 2rpx; - border-radius: 12rpx; - } + .info-row { display: flex; @@ -526,15 +510,7 @@ page { flex: 0 0 100%; } - .info-label { - font-size: 24rpx; - color: #667eea; - font-weight: 500; - background: rgba(102, 126, 234, 0.08); - padding: 6rpx 12rpx; - border-radius: 8rpx; - flex-shrink: 0; - } + .info-value { font-size: 26rpx; diff --git a/src/pages/work/product/productPriceRecord/addEdit.vue b/src/pages/work/product/productPriceRecord/addEdit.vue index 5e42ada..0c5ecd5 100644 --- a/src/pages/work/product/productPriceRecord/addEdit.vue +++ b/src/pages/work/product/productPriceRecord/addEdit.vue @@ -400,22 +400,6 @@ function submit() { .form-view { padding: 24rpx; - .input-with-arrow { - position: relative; - width: 100%; - - .arrow-icon { - position: absolute; - right: 20rpx; - top: 50%; - transform: translateY(-50%); - color: #c0c4cc; - font-size: 20rpx; - pointer-events: none; - z-index: 10; - } - } - .form-btn { padding-top: 16rpx; } @@ -423,18 +407,3 @@ function submit() { } - \ No newline at end of file diff --git a/src/pages/work/product/productPriceRecord/list.vue b/src/pages/work/product/productPriceRecord/list.vue index 6e51754..7f25b30 100644 --- a/src/pages/work/product/productPriceRecord/list.vue +++ b/src/pages/work/product/productPriceRecord/list.vue @@ -510,16 +510,7 @@ page { gap: 12rpx; } - .card-icon { - width: 40rpx; - height: 40rpx; - border-radius: 50%; - background: rgba(255, 255, 255, 0.25); - display: flex; - align-items: center; - justify-content: center; - flex-shrink: 0; - } + .card-info { display: flex; @@ -575,13 +566,7 @@ page { } } - .card-body { - padding: 24rpx; - background: #fafbfc; - border: 2rpx solid #f0f2f5; - margin: 15rpx 16rpx 2rpx; - border-radius: 12rpx; - } + .info-row { display: flex; @@ -597,15 +582,7 @@ page { min-width: 0; margin-bottom: -5rpx; - .info-label { - font-size: 24rpx; - color: #667eea; - font-weight: 500; - background: rgba(102, 126, 234, 0.08); - padding: 6rpx 12rpx; - border-radius: 8rpx; - align-self: flex-start; - } + .info-value { font-size: 26rpx; diff --git a/src/pages_mine/pages/system/config/addEdit.vue b/src/pages_mine/pages/system/config/addEdit.vue index 5ecabce..34c4dda 100644 --- a/src/pages_mine/pages/system/config/addEdit.vue +++ b/src/pages_mine/pages/system/config/addEdit.vue @@ -203,21 +203,7 @@ function submit() { .form-view { padding: 24rpx; - .input-with-arrow { - position: relative; - width: 100%; - .arrow-icon { - position: absolute; - right: 20rpx; - top: 50%; - transform: translateY(-50%); - color: #c0c4cc; - font-size: 20rpx; - pointer-events: none; - z-index: 10; - } - } .form-btn { padding-top: 16rpx; @@ -226,18 +212,4 @@ function submit() { } - diff --git a/src/pages_mine/pages/system/dept/addEdit.vue b/src/pages_mine/pages/system/dept/addEdit.vue index 0762791..82c4c25 100644 --- a/src/pages_mine/pages/system/dept/addEdit.vue +++ b/src/pages_mine/pages/system/dept/addEdit.vue @@ -296,21 +296,7 @@ function submit() { .form-view { padding: 24rpx; - .input-with-arrow { - position: relative; - width: 100%; - .arrow-icon { - position: absolute; - right: 20rpx; - top: 50%; - transform: translateY(-50%); - color: #c0c4cc; - font-size: 20rpx; - pointer-events: none; - z-index: 10; - } - } .form-btn { padding-top: 16rpx; @@ -319,18 +305,4 @@ function submit() { } - diff --git a/src/pages_mine/pages/system/dict/addEdit.vue b/src/pages_mine/pages/system/dict/addEdit.vue index 85dee41..7b8893c 100644 --- a/src/pages_mine/pages/system/dict/addEdit.vue +++ b/src/pages_mine/pages/system/dict/addEdit.vue @@ -194,21 +194,7 @@ function submit() { .form-view { padding: 24rpx; - .input-with-arrow { - position: relative; - width: 100%; - .arrow-icon { - position: absolute; - right: 20rpx; - top: 50%; - transform: translateY(-50%); - color: #c0c4cc; - font-size: 20rpx; - pointer-events: none; - z-index: 10; - } - } .form-btn { padding-top: 16rpx; @@ -217,18 +203,4 @@ function submit() { } - diff --git a/src/pages_mine/pages/system/dictData/addEdit.vue b/src/pages_mine/pages/system/dictData/addEdit.vue index 7de2c62..6b5326c 100644 --- a/src/pages_mine/pages/system/dictData/addEdit.vue +++ b/src/pages_mine/pages/system/dictData/addEdit.vue @@ -241,21 +241,7 @@ function submit() { .form-view { padding: 24rpx; - .input-with-arrow { - position: relative; - width: 100%; - .arrow-icon { - position: absolute; - right: 20rpx; - top: 50%; - transform: translateY(-50%); - color: #c0c4cc; - font-size: 20rpx; - pointer-events: none; - z-index: 10; - } - } .form-btn { padding-top: 16rpx; @@ -264,18 +250,4 @@ function submit() { } - diff --git a/src/pages_mine/pages/system/job/addEdit.vue b/src/pages_mine/pages/system/job/addEdit.vue index 0754f6a..867215b 100644 --- a/src/pages_mine/pages/system/job/addEdit.vue +++ b/src/pages_mine/pages/system/job/addEdit.vue @@ -268,21 +268,7 @@ function submit() { .form-view { padding: 24rpx; - .input-with-arrow { - position: relative; - width: 100%; - .arrow-icon { - position: absolute; - right: 20rpx; - top: 50%; - transform: translateY(-50%); - color: #c0c4cc; - font-size: 20rpx; - pointer-events: none; - z-index: 10; - } - } .form-btn { padding-top: 16rpx; @@ -291,18 +277,3 @@ function submit() { } - \ No newline at end of file diff --git a/src/pages_mine/pages/system/menu/addEdit.vue b/src/pages_mine/pages/system/menu/addEdit.vue index bd7b5b9..1b9f7a5 100644 --- a/src/pages_mine/pages/system/menu/addEdit.vue +++ b/src/pages_mine/pages/system/menu/addEdit.vue @@ -409,21 +409,7 @@ function submit() { .form-view { padding: 24rpx; - .input-with-arrow { - position: relative; - width: 100%; - .arrow-icon { - position: absolute; - right: 20rpx; - top: 50%; - transform: translateY(-50%); - color: #c0c4cc; - font-size: 20rpx; - pointer-events: none; - z-index: 10; - } - } .form-btn { padding-top: 16rpx; @@ -432,18 +418,4 @@ function submit() { } - diff --git a/src/pages_mine/pages/system/notice/addEdit.vue b/src/pages_mine/pages/system/notice/addEdit.vue index e976eaa..3e8ca13 100644 --- a/src/pages_mine/pages/system/notice/addEdit.vue +++ b/src/pages_mine/pages/system/notice/addEdit.vue @@ -458,18 +458,3 @@ function doSubmit() { } - \ No newline at end of file diff --git a/src/pages_mine/pages/system/post/addEdit.vue b/src/pages_mine/pages/system/post/addEdit.vue index b3ba78b..f179100 100644 --- a/src/pages_mine/pages/system/post/addEdit.vue +++ b/src/pages_mine/pages/system/post/addEdit.vue @@ -188,21 +188,7 @@ function submit() { .form-view { padding: 24rpx; - .input-with-arrow { - position: relative; - width: 100%; - .arrow-icon { - position: absolute; - right: 20rpx; - top: 50%; - transform: translateY(-50%); - color: #c0c4cc; - font-size: 20rpx; - pointer-events: none; - z-index: 10; - } - } .form-btn { padding-top: 16rpx; @@ -211,18 +197,4 @@ function submit() { } - diff --git a/src/pages_mine/pages/system/role/addEdit.vue b/src/pages_mine/pages/system/role/addEdit.vue index 7b2add0..4d6a8f0 100644 --- a/src/pages_mine/pages/system/role/addEdit.vue +++ b/src/pages_mine/pages/system/role/addEdit.vue @@ -341,21 +341,7 @@ function submit() { .form-view { padding: 24rpx; - .input-with-arrow { - position: relative; - width: 100%; - .arrow-icon { - position: absolute; - right: 20rpx; - top: 50%; - transform: translateY(-50%); - color: #c0c4cc; - font-size: 20rpx; - pointer-events: none; - z-index: 10; - } - } .form-btn { padding-top: 16rpx; @@ -532,18 +518,4 @@ function submit() { } - diff --git a/src/pages_mine/pages/system/user/addEdit.vue b/src/pages_mine/pages/system/user/addEdit.vue index 725cf05..e074cba 100644 --- a/src/pages_mine/pages/system/user/addEdit.vue +++ b/src/pages_mine/pages/system/user/addEdit.vue @@ -456,21 +456,7 @@ function submit() { .form-view { padding: 24rpx; - .input-with-arrow { - position: relative; - width: 100%; - .arrow-icon { - position: absolute; - right: 20rpx; - top: 50%; - transform: translateY(-50%); - color: #c0c4cc; - font-size: 20rpx; - pointer-events: none; - z-index: 10; - } - } .form-btn { padding-top: 16rpx; @@ -582,18 +568,4 @@ function submit() { } - diff --git a/src/static/scss/form-common.scss b/src/static/scss/form-common.scss new file mode 100644 index 0000000..f620636 --- /dev/null +++ b/src/static/scss/form-common.scss @@ -0,0 +1,49 @@ +/** + * 表单页面公共样式 + * 统一管理 addEdit/adjustLimit 等表单页面的重复样式 + */ + +/* ==================== 全局表单按钮样式 ==================== */ +.form-btn .u-button { + background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important; + border: none !important; + border-radius: 24rpx !important; + height: 80rpx !important; + box-shadow: 0 4rpx 16rpx rgba(102, 126, 234, 0.4) !important; +} + +.form-btn .u-button__text { + font-size: 30rpx !important; + font-weight: 500 !important; + letter-spacing: 2rpx !important; +} + +/* ==================== 选择型输入框容器样式 ==================== */ +.input-with-arrow { + position: relative; + width: 100%; + + .arrow-icon { + position: absolute; + right: 20rpx; + top: 50%; + transform: translateY(-50%); + color: #c0c4cc; + font-size: 20rpx; + pointer-events: none; + z-index: 10; + } +} + +/* ==================== 表单输入框基础样式常量 ==================== */ +/* 各页面在