mirror of
https://github.com/youzan/vant.git
synced 2026-03-14 02:00:51 +08:00
[improvement] Stepper: use @stepper-input-height to set button size (#3906)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user