fix(components): [input] the cursor is misplaced when type setting number (#15341)

fix(components): [input] the cursor is misplaced when type setting number
This commit is contained in:
yuchi Xiong
2024-01-10 09:18:26 +08:00
committed by GitHub
parent 4a3318f7b1
commit 2c851a340b

View File

@@ -242,6 +242,10 @@
&[type='password']::-ms-reveal {
display: none;
}
&[type='number'] {
line-height: 1;
}
}
@each $slot in (prefix, suffix) {