mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
sku组件增加库存文案配置和自定义validator的配置 (#1732)
sku留言增加手机号类型的简单校验 customStepperConfig中新增stockFormatter参数来自定义剩余库存文案 新增customSkuValidator参数来做规格未选择完整时的自定义错误文案配置
This commit is contained in:
@@ -16,6 +16,14 @@
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* 修复ios下点击没反应的问题 */
|
||||
.van-field {
|
||||
input[type*=date],
|
||||
input[type*=time] {
|
||||
height: 26px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&-group-container {
|
||||
|
Reference in New Issue
Block a user