add: 优基金名称永远展示完整

This commit is contained in:
hzm
2026-01-31 22:25:16 +08:00
parent 992819a1d9
commit 98eb88bbf0

View File

@@ -47,6 +47,18 @@ body {
letter-spacing: 0.2px;
}
.card .title {
flex-wrap: wrap;
}
.card .title span:first-child {
white-space: normal;
word-break: break-word;
overflow: visible;
text-overflow: clip;
max-width: none;
}
.muted {
color: var(--muted);
}
@@ -224,12 +236,6 @@ body {
.stat .value {
font-size: 15px;
}
.card .title span:first-child {
max-width: 140px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.item .name {
max-width: 100px;
}