From 6c32fdb66300b08325595d2e4c80cac376507317 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Sun, 28 Jun 2026 16:07:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E9=A1=B5=EF=BC=8C=E5=88=86=E8=A1=8C=E6=98=BE=E7=A4=BA=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../work/accounts/accountDealRecord/list.vue | 10 +++------ src/pages/work/accounts/accounts/list.vue | 12 ++++------- .../accounts/creditTransferRecord/list.vue | 6 ++---- .../accounts/debitTransferRecord/list.vue | 8 ++----- .../work/accounts/investAccountDeal/list.vue | 12 ++++------- .../accounts/investTransferRecord/list.vue | 6 ++---- .../work/accounts/lendTransferRecord/list.vue | 6 ++---- .../work/accounts/posTransferRecord/list.vue | 17 +++++---------- src/pages/work/accounts/posadvice/list.vue | 6 ++---- src/pages/work/base/bankBaseInfo/list.vue | 12 ++++------- src/pages/work/base/creditCard/list.vue | 12 ++++------- src/pages/work/base/debitCard/list.vue | 12 ++++------- src/pages/work/base/financials/list.vue | 10 +++------ src/pages/work/base/futures/list.vue | 9 ++------ src/pages/work/base/lend/list.vue | 9 ++------ src/pages/work/base/posmachine/list.vue | 9 ++------ src/pages/work/base/stocks/list.vue | 9 ++------ src/pages/work/bill/creditCardBill/list.vue | 21 ++++++------------- .../bill/creditInstallmentHistory/list.vue | 11 +++------- src/pages/work/bill/futuresBill/list.vue | 4 +--- .../work/bill/onlineLendHistory/list.vue | 9 +++----- .../work/bill/peopleLendHistory/list.vue | 4 +--- src/pages/work/bill/stocksBill/list.vue | 4 +--- src/pages/work/product/productInfor/list.vue | 8 +------ .../work/product/productPriceRecord/list.vue | 10 +++------ 25 files changed, 68 insertions(+), 168 deletions(-) diff --git a/src/pages/work/accounts/accountDealRecord/list.vue b/src/pages/work/accounts/accountDealRecord/list.vue index f72c0c3..4ede5e1 100644 --- a/src/pages/work/accounts/accountDealRecord/list.vue +++ b/src/pages/work/accounts/accountDealRecord/list.vue @@ -650,10 +650,8 @@ page { line-height: 1.2; flex: 1; min-width: 0; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } + word-break: break-all; +} .card-date { font-size: 26rpx; @@ -795,9 +793,7 @@ page { color: #333; font-weight: 500; flex: 1; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; + word-break: break-all; line-height: 1.2; &.balance-color { diff --git a/src/pages/work/accounts/accounts/list.vue b/src/pages/work/accounts/accounts/list.vue index e836388..59189c5 100644 --- a/src/pages/work/accounts/accounts/list.vue +++ b/src/pages/work/accounts/accounts/list.vue @@ -553,10 +553,8 @@ page { line-height: 1.3; flex: 1; min-width: 0; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } + word-break: break-all; +} .card-code { font-size: 30rpx; @@ -689,10 +687,8 @@ page { } &:not(.info-item-full) .info-value { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } + word-break: break-all; +} } } diff --git a/src/pages/work/accounts/creditTransferRecord/list.vue b/src/pages/work/accounts/creditTransferRecord/list.vue index b2f68ed..d7ce3c4 100644 --- a/src/pages/work/accounts/creditTransferRecord/list.vue +++ b/src/pages/work/accounts/creditTransferRecord/list.vue @@ -585,10 +585,8 @@ page { line-height: 1.2; flex: 1; min-width: 0; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } + word-break: break-all; +} .amount-value { font-size: 32rpx; diff --git a/src/pages/work/accounts/debitTransferRecord/list.vue b/src/pages/work/accounts/debitTransferRecord/list.vue index a57ff10..3ad71df 100644 --- a/src/pages/work/accounts/debitTransferRecord/list.vue +++ b/src/pages/work/accounts/debitTransferRecord/list.vue @@ -601,9 +601,7 @@ page { font-size: 28rpx; font-weight: 600; color: #ffffff; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; + word-break: break-all; flex: 1; min-width: 0; line-height: 1.2; @@ -689,9 +687,7 @@ page { font-size: 24rpx; color: #666; font-weight: 500; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; + word-break: break-all; flex: 1; line-height: 1.4; font-style: italic; diff --git a/src/pages/work/accounts/investAccountDeal/list.vue b/src/pages/work/accounts/investAccountDeal/list.vue index 3e9b0f7..44ff434 100644 --- a/src/pages/work/accounts/investAccountDeal/list.vue +++ b/src/pages/work/accounts/investAccountDeal/list.vue @@ -587,10 +587,8 @@ page { line-height: 1.2; flex: 1; min-width: 0; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } + word-break: break-all; +} .time-text { font-size: 26rpx; @@ -617,10 +615,8 @@ page { line-height: 1.3; flex: 1; min-width: 0; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } + word-break: break-all; +} .type-text { font-size: 28rpx; diff --git a/src/pages/work/accounts/investTransferRecord/list.vue b/src/pages/work/accounts/investTransferRecord/list.vue index 42bb5a7..26ae1a1 100644 --- a/src/pages/work/accounts/investTransferRecord/list.vue +++ b/src/pages/work/accounts/investTransferRecord/list.vue @@ -564,10 +564,8 @@ page { line-height: 1.2; flex: 1; min-width: 0; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } + word-break: break-all; +} .info-row { display: flex; diff --git a/src/pages/work/accounts/lendTransferRecord/list.vue b/src/pages/work/accounts/lendTransferRecord/list.vue index 94a13dd..e9e3425 100644 --- a/src/pages/work/accounts/lendTransferRecord/list.vue +++ b/src/pages/work/accounts/lendTransferRecord/list.vue @@ -583,10 +583,8 @@ page { flex: 1; line-height: 1.5; word-break: break-all; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } + word-break: break-all; +} } } diff --git a/src/pages/work/accounts/posTransferRecord/list.vue b/src/pages/work/accounts/posTransferRecord/list.vue index c77e0ae..94982f5 100644 --- a/src/pages/work/accounts/posTransferRecord/list.vue +++ b/src/pages/work/accounts/posTransferRecord/list.vue @@ -632,10 +632,8 @@ page { line-height: 1.2; flex: 1; min-width: 0; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } + word-break: break-all; +} .card-date { font-size: 26rpx; @@ -743,10 +741,7 @@ page { font-size: 24rpx; color: #333; font-weight: 500; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - + word-break: break-all; &.highlight { color: #667eea; font-weight: 600; @@ -764,10 +759,8 @@ page { font-size: 24rpx; color: #333; font-weight: 500; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } + word-break: break-all; +} } } } diff --git a/src/pages/work/accounts/posadvice/list.vue b/src/pages/work/accounts/posadvice/list.vue index ab49c78..0d61cca 100644 --- a/src/pages/work/accounts/posadvice/list.vue +++ b/src/pages/work/accounts/posadvice/list.vue @@ -393,10 +393,8 @@ page { line-height: 1.3; flex: 1; min-width: 0; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } + word-break: break-all; +} .bill-date-text { font-size: 22rpx; diff --git a/src/pages/work/base/bankBaseInfo/list.vue b/src/pages/work/base/bankBaseInfo/list.vue index ef44a8f..dcd0c72 100644 --- a/src/pages/work/base/bankBaseInfo/list.vue +++ b/src/pages/work/base/bankBaseInfo/list.vue @@ -542,10 +542,8 @@ page { font-size: 28rpx; font-weight: 600; line-height: 1.2; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - } + word-break: break-all; +} .bank-short-name { color: rgba(255, 255, 255, 0.85); @@ -610,10 +608,8 @@ page { } &:not(.info-item-full) .info-value { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } + word-break: break-all; +} } } diff --git a/src/pages/work/base/creditCard/list.vue b/src/pages/work/base/creditCard/list.vue index 21e260b..b4a3ed9 100644 --- a/src/pages/work/base/creditCard/list.vue +++ b/src/pages/work/base/creditCard/list.vue @@ -468,10 +468,8 @@ page { line-height: 1.3; flex: 1; min-width: 0; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } + word-break: break-all; +} .card-code { font-size: 30rpx; @@ -597,10 +595,8 @@ page { } &:not(.info-item-full) .info-value { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } + word-break: break-all; +} } } diff --git a/src/pages/work/base/debitCard/list.vue b/src/pages/work/base/debitCard/list.vue index 205c333..24ec262 100644 --- a/src/pages/work/base/debitCard/list.vue +++ b/src/pages/work/base/debitCard/list.vue @@ -578,10 +578,8 @@ page { line-height: 1.3; flex: 1; min-width: 0; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } + word-break: break-all; +} .card-code { font-size: 30rpx; @@ -695,10 +693,8 @@ page { } &:not(.info-item-full) .info-value { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } + word-break: break-all; +} } } diff --git a/src/pages/work/base/financials/list.vue b/src/pages/work/base/financials/list.vue index a0cba6c..ba4a94e 100644 --- a/src/pages/work/base/financials/list.vue +++ b/src/pages/work/base/financials/list.vue @@ -333,10 +333,8 @@ page { font-weight: 600; line-height: 1.2; display: block; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } + word-break: break-all; +} } } @@ -386,9 +384,7 @@ page { color: #333; font-weight: 500; flex: 1; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; + word-break: break-all; line-height: 1.2; &.status-normal { diff --git a/src/pages/work/base/futures/list.vue b/src/pages/work/base/futures/list.vue index 832252d..5c522df 100644 --- a/src/pages/work/base/futures/list.vue +++ b/src/pages/work/base/futures/list.vue @@ -344,10 +344,7 @@ page { font-weight: 600; line-height: 1.2; display: block; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - + word-break: break-all; .card-code { color: rgba(255, 255, 255, 0.85); font-size: 28rpx; @@ -404,9 +401,7 @@ page { color: #333; font-weight: 500; flex: 1; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; + word-break: break-all; line-height: 1.2; &.status-normal { diff --git a/src/pages/work/base/lend/list.vue b/src/pages/work/base/lend/list.vue index ae74de3..97094df 100644 --- a/src/pages/work/base/lend/list.vue +++ b/src/pages/work/base/lend/list.vue @@ -408,10 +408,7 @@ page { font-size: 28rpx; font-weight: 600; line-height: 1.2; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - + word-break: break-all; .card-code { color: rgba(255, 255, 255, 0.85); font-size: 28rpx; @@ -471,9 +468,7 @@ page { color: #333; font-weight: 500; flex: 1; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; + word-break: break-all; line-height: 1.2; &.orange { diff --git a/src/pages/work/base/posmachine/list.vue b/src/pages/work/base/posmachine/list.vue index 41cd0ee..497d2d0 100644 --- a/src/pages/work/base/posmachine/list.vue +++ b/src/pages/work/base/posmachine/list.vue @@ -363,10 +363,7 @@ page { font-size: 28rpx; font-weight: 600; line-height: 1.2; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - + word-break: break-all; .card-code { color: rgba(255, 255, 255, 0.85); font-size: 28rpx; @@ -426,9 +423,7 @@ page { color: #333; font-weight: 500; flex: 1; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; + word-break: break-all; line-height: 1.2; &.wrap-text { diff --git a/src/pages/work/base/stocks/list.vue b/src/pages/work/base/stocks/list.vue index 9f3a315..57e934c 100644 --- a/src/pages/work/base/stocks/list.vue +++ b/src/pages/work/base/stocks/list.vue @@ -334,10 +334,7 @@ page { font-weight: 600; line-height: 1.2; display: block; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - + word-break: break-all; .card-code { color: rgba(255, 255, 255, 0.85); font-size: 28rpx; @@ -394,9 +391,7 @@ page { color: #333; font-weight: 500; flex: 1; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; + word-break: break-all; line-height: 1.2; &.status-normal { diff --git a/src/pages/work/bill/creditCardBill/list.vue b/src/pages/work/bill/creditCardBill/list.vue index 566fe2d..e332329 100644 --- a/src/pages/work/bill/creditCardBill/list.vue +++ b/src/pages/work/bill/creditCardBill/list.vue @@ -464,10 +464,8 @@ page { line-height: 1.3; flex: 1; min-width: 0; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } + word-break: break-all; +} .bill-state-tag { padding: 4rpx 12rpx; @@ -567,10 +565,8 @@ page { font-size: 26rpx; color: #333; font-weight: 500; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } + word-break: break-all; +} } } @@ -612,9 +608,7 @@ page { font-size: 26rpx; color: #333; font-weight: 600; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; + word-break: break-all; width: 100%; &.percent { @@ -654,10 +648,7 @@ page { font-size: 26rpx; color: #333; font-weight: 500; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - + word-break: break-all; &.highlight { color: #52c41a; font-weight: 600; diff --git a/src/pages/work/bill/creditInstallmentHistory/list.vue b/src/pages/work/bill/creditInstallmentHistory/list.vue index 3aff1f5..bd11008 100644 --- a/src/pages/work/bill/creditInstallmentHistory/list.vue +++ b/src/pages/work/bill/creditInstallmentHistory/list.vue @@ -421,10 +421,8 @@ page { line-height: 1.3; flex: 1; min-width: 0; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } + word-break: break-all; +} .card-date { font-size: 24rpx; @@ -503,10 +501,7 @@ page { font-size: 26rpx; color: #333; font-weight: 500; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - + word-break: break-all; &.orange { color: #fa8c16; font-weight: 600; diff --git a/src/pages/work/bill/futuresBill/list.vue b/src/pages/work/bill/futuresBill/list.vue index 46a7115..89fdf33 100644 --- a/src/pages/work/bill/futuresBill/list.vue +++ b/src/pages/work/bill/futuresBill/list.vue @@ -352,9 +352,7 @@ page { line-height: 1.3; flex: 1; min-width: 0; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; + word-break: break-all; } .profit-tag { diff --git a/src/pages/work/bill/onlineLendHistory/list.vue b/src/pages/work/bill/onlineLendHistory/list.vue index 08c5dc2..ee8ab64 100644 --- a/src/pages/work/bill/onlineLendHistory/list.vue +++ b/src/pages/work/bill/onlineLendHistory/list.vue @@ -431,9 +431,7 @@ page { line-height: 1.3; flex: 1; min-width: 0; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; + word-break: break-all; } .card-date { @@ -513,9 +511,8 @@ page { font-size: 26rpx; color: #333; font-weight: 500; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; + word-break: break-all; + line-height: 1.5; &.orange { color: #fa8c16; diff --git a/src/pages/work/bill/peopleLendHistory/list.vue b/src/pages/work/bill/peopleLendHistory/list.vue index 9dee5e3..9316170 100644 --- a/src/pages/work/bill/peopleLendHistory/list.vue +++ b/src/pages/work/bill/peopleLendHistory/list.vue @@ -460,9 +460,7 @@ page { } &:not(.info-item-full) .info-value { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; + word-break: break-all; } } } diff --git a/src/pages/work/bill/stocksBill/list.vue b/src/pages/work/bill/stocksBill/list.vue index ee9866c..90ef5c7 100644 --- a/src/pages/work/bill/stocksBill/list.vue +++ b/src/pages/work/bill/stocksBill/list.vue @@ -345,9 +345,7 @@ page { line-height: 1.3; flex: 1; min-width: 0; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; + word-break: break-all; } .profit-tag { diff --git a/src/pages/work/product/productInfor/list.vue b/src/pages/work/product/productInfor/list.vue index de18827..ec553da 100644 --- a/src/pages/work/product/productInfor/list.vue +++ b/src/pages/work/product/productInfor/list.vue @@ -453,10 +453,7 @@ page { font-size: 28rpx; font-weight: 600; line-height: 1.2; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - display: block; + word-break: break-all; .card-code { color: rgba(255, 255, 255, 0.85); @@ -519,9 +516,6 @@ page { flex: 1; line-height: 1.5; word-break: break-all; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; } } } diff --git a/src/pages/work/product/productPriceRecord/list.vue b/src/pages/work/product/productPriceRecord/list.vue index 7f25b30..d74893c 100644 --- a/src/pages/work/product/productPriceRecord/list.vue +++ b/src/pages/work/product/productPriceRecord/list.vue @@ -542,11 +542,9 @@ page { font-size: 26rpx; font-weight: 500; color: rgba(255, 255, 255, 0.9); - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; + word-break: break-all; flex-shrink: 1; - line-height: 1; + line-height: 1.3; } .card-price { @@ -590,9 +588,7 @@ page { font-weight: 500; flex: 1; line-height: 1.5; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; + word-break: break-all; } } }