mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-02 11:17:46 +08:00
fix(components): inputNumber cursor offset up (#8193)
Add input[type='number'] line-height: 1 closed #8181
This commit is contained in:
parent
2faac935ae
commit
460c55c846
@ -25,6 +25,7 @@
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
text-align: center;
|
||||
line-height: 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user