mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-23 23:19:15 +08:00
[improvement] Stepper: use @stepper-input-height to set button size (#3906)
This commit is contained in:
parent
7d9c8a810f
commit
005c2b0d7a
@ -8,8 +8,8 @@
|
||||
&__plus {
|
||||
position: relative;
|
||||
box-sizing: border-box;
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
width: @stepper-input-height;
|
||||
height: @stepper-input-height;
|
||||
margin: 0;
|
||||
padding: 5px;
|
||||
color: @stepper-button-icon-color;
|
||||
|
Loading…
x
Reference in New Issue
Block a user