fix:表格模式下基金标题展示

This commit is contained in:
hzm
2026-02-01 17:41:19 +08:00
parent 26e995ec95
commit 7e836626d4

View File

@@ -426,7 +426,6 @@ body {
.name-cell {
gap: 8px;
overflow: hidden;
}
.title-text {
@@ -438,9 +437,9 @@ body {
.name-text {
font-size: 14px;
font-weight: 600;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
white-space: normal;
word-break: break-all;
line-height: 1.4;
}
.code-text {