2021-06-10 13:23:01 +08:00

7 lines
124 B
SCSS
Vendored

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