Add files via upload

This commit is contained in:
公明
2025-12-26 01:33:07 +08:00
committed by GitHub
parent 7585b9d603
commit cd48cfa67b
8 changed files with 149 additions and 21 deletions

View File

@@ -5427,8 +5427,10 @@ header {
font-size: 0.875rem;
color: var(--text-primary);
overflow: hidden;
text-overflow: ellipsis;
text-overflow: clip;
white-space: nowrap;
word-break: keep-all;
/* 完全依赖JavaScript截断禁用CSS的ellipsis以避免在UTF-8多字节字符中间截断 */
}
.batch-table-col-time {