mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix: 去掉stepper中input[type=number]在pc端出现的箭头
This commit is contained in:
parent
93a5c8c42d
commit
41576006c8
@ -80,4 +80,13 @@
|
||||
text-align: center;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
input[type=number]::-webkit-inner-spin-button,
|
||||
input[type=number]::-webkit-outer-spin-button {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
input[type=number] {
|
||||
-moz-appearance: textfield;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user