mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-23 15:09:16 +08:00
[bugfix] Button: text-size-adjust (#1545)
* [bugfix] Stepper: optimize input strategy * [bugfix] Button: text-size-adjust
This commit is contained in:
parent
f0e146a212
commit
f1a5a73124
@ -4,13 +4,14 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 45px;
|
height: 44px;
|
||||||
line-height: 43px;
|
line-height: 42px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
|
-webkit-text-size-adjust: 100%;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
content: " ";
|
content: " ";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user