mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-24 07:29:16 +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 {
|
&__plus {
|
||||||
position: relative;
|
position: relative;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 28px;
|
width: @stepper-input-height;
|
||||||
height: 28px;
|
height: @stepper-input-height;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
color: @stepper-button-icon-color;
|
color: @stepper-button-icon-color;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user