From 7dee94fbc8298617a7604782c9fb88b216e6cb3e Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Fri, 6 Feb 2026 08:38:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=87=AA=E6=B5=8B=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=AA=8C=E8=AF=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../accounts/sleepAccounts/index.vue | 2 +- .../work/accounts/accountDealRecord/list.vue | 2 +- src/pages/work/accounts/accounts/list.vue | 2 +- .../work/accounts/posTransferRecord/list.vue | 2 +- src/pages/work/base/lend/list.vue | 2 +- src/pages/work/bill/creditCardBill/list.vue | 41 +++++++++++++------ .../work/bill/creditQueryRecord/list.vue | 7 ++-- src/pages/work/heartJourney/list.vue | 5 ++- src/pages/work/product/productInfor/list.vue | 10 ++--- .../pages/system/logininfor/list.vue | 2 +- src/pages_mine/pages/system/operlog/list.vue | 2 +- 11 files changed, 47 insertions(+), 30 deletions(-) diff --git a/src/pages/statistic/accounts/sleepAccounts/index.vue b/src/pages/statistic/accounts/sleepAccounts/index.vue index b5ab14f..c3e8f9c 100644 --- a/src/pages/statistic/accounts/sleepAccounts/index.vue +++ b/src/pages/statistic/accounts/sleepAccounts/index.vue @@ -536,7 +536,7 @@ page { padding: 24rpx; background: #fafbfc; border: 2rpx solid #f0f2f5; - margin: 15rpx 16rpx 2rpx; + margin: 15rpx 16rpx 15rpx; border-radius: 12rpx; } diff --git a/src/pages/work/accounts/accountDealRecord/list.vue b/src/pages/work/accounts/accountDealRecord/list.vue index f013a02..4042b52 100644 --- a/src/pages/work/accounts/accountDealRecord/list.vue +++ b/src/pages/work/accounts/accountDealRecord/list.vue @@ -755,7 +755,7 @@ page { padding: 24rpx; background: #fafbfc; border: 2rpx solid #f0f2f5; - margin: 15rpx 16rpx 2rpx; + margin: 15rpx 16rpx 15rpx; border-radius: 12rpx; .info-row { diff --git a/src/pages/work/accounts/accounts/list.vue b/src/pages/work/accounts/accounts/list.vue index bc33f00..d9cf3ea 100644 --- a/src/pages/work/accounts/accounts/list.vue +++ b/src/pages/work/accounts/accounts/list.vue @@ -598,7 +598,7 @@ page { padding: 24rpx; background: #fafbfc; border: 2rpx solid #f0f2f5; - margin: 15rpx 16rpx 2rpx; + margin: 15rpx 16rpx 15rpx; border-radius: 12rpx; } diff --git a/src/pages/work/accounts/posTransferRecord/list.vue b/src/pages/work/accounts/posTransferRecord/list.vue index d634ddd..c246593 100644 --- a/src/pages/work/accounts/posTransferRecord/list.vue +++ b/src/pages/work/accounts/posTransferRecord/list.vue @@ -726,7 +726,7 @@ page { padding: 24rpx; background: #fafbfc; border: 2rpx solid #f0f2f5; - margin: 15rpx 16rpx 2rpx; + margin: 15rpx 16rpx 15rpx; border-radius: 12rpx; .info-row { diff --git a/src/pages/work/base/lend/list.vue b/src/pages/work/base/lend/list.vue index 9ff893b..4a91130 100644 --- a/src/pages/work/base/lend/list.vue +++ b/src/pages/work/base/lend/list.vue @@ -458,7 +458,7 @@ page { padding: 24rpx; background: #fafbfc; border: 2rpx solid #f0f2f5; - margin: 15rpx 16rpx 2rpx; + margin: 15rpx 16rpx 15rpx; border-radius: 12rpx; } diff --git a/src/pages/work/bill/creditCardBill/list.vue b/src/pages/work/bill/creditCardBill/list.vue index 2578b47..3860836 100644 --- a/src/pages/work/bill/creditCardBill/list.vue +++ b/src/pages/work/bill/creditCardBill/list.vue @@ -51,17 +51,21 @@ - - 还款日 - {{ item.repaymentDay }} + + + 还款日 + {{ item.repaymentDay }} + + + 账单周期 + {{ item.billDatePeriod }} + - - 账单周期 - {{ item.billDatePeriod }} - - - 最近交易时间 - {{ item.recentDealTime || '-' }} + + + 最近交易时间 + {{ item.recentDealTime || '-' }} + @@ -580,7 +584,8 @@ page { display: flex; flex-direction: column; gap: 16rpx; - border-top: 1rpx solid #e8edf3; + margin: -3rpx 16rpx 5rpx; + border-top: 0rpx solid #e8edf3; } .stats-row { @@ -626,8 +631,18 @@ page { padding: 24rpx; background: #fafbfc; border: 2rpx solid #f0f2f5; - margin: 15rpx 16rpx 5rpx; - border-radius: 12rpx; + margin: 15rpx 16rpx 0rpx; + border-radius: 0rpx; + } + + .info-row { + display: flex; + gap: 24rpx; + margin-bottom: 16rpx; + + &:last-child { + margin-bottom: 0; + } } .info-item { diff --git a/src/pages/work/bill/creditQueryRecord/list.vue b/src/pages/work/bill/creditQueryRecord/list.vue index 8bbf9a9..5a04371 100644 --- a/src/pages/work/bill/creditQueryRecord/list.vue +++ b/src/pages/work/bill/creditQueryRecord/list.vue @@ -63,9 +63,9 @@ - + - + 备注 {{ item.remark }} @@ -509,7 +509,8 @@ page { .info-item { flex: 0 0 calc(50% - 12rpx); display: flex; - flex-direction: column; + flex-direction: row; + align-items: center; gap: 4rpx; min-width: 0; margin-bottom: -5rpx; diff --git a/src/pages/work/heartJourney/list.vue b/src/pages/work/heartJourney/list.vue index b408a7b..b27ec11 100644 --- a/src/pages/work/heartJourney/list.vue +++ b/src/pages/work/heartJourney/list.vue @@ -493,7 +493,10 @@ page { .card-body { padding: 24rpx; - background: #fff; + background: #fafbfc; + border: 2rpx solid #f0f2f5; + margin: 15rpx 16rpx 2rpx; + border-radius: 12rpx; display: flex; flex-direction: column; gap: 16rpx; diff --git a/src/pages/work/product/productInfor/list.vue b/src/pages/work/product/productInfor/list.vue index 409b173..9dfb9b2 100644 --- a/src/pages/work/product/productInfor/list.vue +++ b/src/pages/work/product/productInfor/list.vue @@ -516,8 +516,9 @@ page { .info-item { flex: 0 0 calc(50% - 12rpx); display: flex; - flex-direction: column; - gap: 4rpx; + flex-direction: row; + align-items: center; + gap: 8rpx; min-width: 0; margin-bottom: -5rpx; @@ -532,7 +533,7 @@ page { background: rgba(102, 126, 234, 0.08); padding: 6rpx 12rpx; border-radius: 8rpx; - align-self: flex-start; + flex-shrink: 0; } .info-value { @@ -542,9 +543,6 @@ page { flex: 1; line-height: 1.5; word-break: break-all; - } - - &:not(.info-item-full) .info-value { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; diff --git a/src/pages_mine/pages/system/logininfor/list.vue b/src/pages_mine/pages/system/logininfor/list.vue index d106b9f..84700b8 100644 --- a/src/pages_mine/pages/system/logininfor/list.vue +++ b/src/pages_mine/pages/system/logininfor/list.vue @@ -504,7 +504,7 @@ page { padding: 24rpx; background: #fafbfc; border: 2rpx solid #f0f2f5; - margin: 15rpx 16rpx 2rpx; + margin: 15rpx 16rpx 15rpx; border-radius: 12rpx; } diff --git a/src/pages_mine/pages/system/operlog/list.vue b/src/pages_mine/pages/system/operlog/list.vue index e7196b5..39cd170 100644 --- a/src/pages_mine/pages/system/operlog/list.vue +++ b/src/pages_mine/pages/system/operlog/list.vue @@ -571,7 +571,7 @@ page { padding: 24rpx; background: #fafbfc; border: 2rpx solid #f0f2f5; - margin: 15rpx 16rpx 2rpx; + margin: 15rpx 16rpx 15rpx; border-radius: 12rpx; }