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

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