fix:fix inputrange label css

This commit is contained in:
yujinghan 2023-12-11 16:11:32 +08:00
parent c2d314b44d
commit a000b9cffd

View File

@ -296,6 +296,10 @@
border-radius: var(--InputRange-label-border-radius);
visibility: hidden;
span {
word-break: keep-all;
}
&-visible {
visibility: visible;
}