fix(style): top users bar name too long

This commit is contained in:
jialin
2025-06-27 16:38:19 +08:00
parent 47a5ef915b
commit abdd5e08a6
3 changed files with 17 additions and 2 deletions
+3
View File
@@ -765,6 +765,9 @@ body {
.tooltip-x-name {
font-size: var(--font-size-small);
color: var(--ant-color-text-tertiary);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.tooltip-item {