no message

This commit is contained in:
kuaifan 2025-08-05 19:12:28 +08:00
parent 68c5e47bad
commit eabb897f96

View File

@ -61,12 +61,18 @@
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
.item-prefix, .item-prefix {
.item-label {
display: flex; display: flex;
align-items: center; align-items: center;
} }
.item-label {
max-width: 220px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
> i { > i {
flex-shrink: 0; flex-shrink: 0;
width: 18px; width: 18px;