💄 处理溢出

This commit is contained in:
目棃
2024-09-22 16:16:14 +08:00
parent 3d2b521302
commit c8724ee664

View File

@@ -353,6 +353,11 @@ async function exportData(): Promise<void> {
font-size: 16px; font-size: 16px;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
:first-child {
overflow: hidden;
text-overflow: ellipsis;
}
} }
.tpru-lz { .tpru-lz {