fix: 修改列表页,分行显示问题。

This commit is contained in:
tianyongbao
2026-06-28 16:07:14 +08:00
parent c75048086b
commit 6c32fdb663
25 changed files with 68 additions and 168 deletions

View File

@@ -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 {

View File

@@ -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;
}
}
}

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;
}
}
}

View File

@@ -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;
}
}
}
}

View File

@@ -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;

View File

@@ -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;
}
}
}

View File

@@ -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;
}
}
}

View File

@@ -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;
}
}
}

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -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;

View File

@@ -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;

View File

@@ -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 {

View File

@@ -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;

View File

@@ -460,9 +460,7 @@ page {
}
&:not(.info-item-full) .info-value {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
word-break: break-all;
}
}
}

View File

@@ -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 {

View File

@@ -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;
}
}
}

View File

@@ -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;
}
}
}