2021-06-29 11:41:18 +08:00

7 lines
116 B
SCSS
Vendored

.common-auto-tip {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}