mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
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:
@@ -242,6 +242,10 @@
|
||||
&[type='password']::-ms-reveal {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&[type='number'] {
|
||||
line-height: 1;
|
||||
}
|
||||
}
|
||||
|
||||
@each $slot in (prefix, suffix) {
|
||||
|
||||
Reference in New Issue
Block a user