[bugfix] Button: text-size-adjust (#1545)

* [bugfix] Stepper: optimize input strategy

* [bugfix] Button: text-size-adjust
This commit is contained in:
neverland 2018-07-26 21:32:26 +08:00 committed by GitHub
parent f0e146a212
commit f1a5a73124
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,14 @@
position: relative;
padding: 0;
display: inline-block;
height: 45px;
line-height: 43px;
height: 44px;
line-height: 42px;
border-radius: 3px;
box-sizing: border-box;
font-size: 16px;
text-align: center;
-webkit-appearance: none;
-webkit-text-size-adjust: 100%;
&::before {
content: " ";