fix(components): inputNumber cursor offset up (#8193)

Add input[type='number'] line-height: 1

closed #8181
This commit is contained in:
LIUCHAO 2022-06-12 03:01:17 +08:00 committed by GitHub
parent 2faac935ae
commit 460c55c846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,7 @@
-webkit-appearance: none;
}
text-align: center;
line-height: 1;
}
}