超出长度...

This commit is contained in:
2betop 2021-09-29 19:32:31 +08:00
parent e30f78b32e
commit 1bb88e5d2c

View File

@ -42,6 +42,10 @@
&-singleValue {
padding: 0 calc(var(--Form-input-paddingX) - #{px2rem(3px)});
display: inline-block;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
}
&-clear {