mint-ui中的时间组件(dateTimePicker)在使用中发现:在IOS端会存在滚动穿透的问题(安卓端貌似没有存在) <mt-datetime-picker v-model="pickerVisible" type="date" //下一行代码即为消除滚动穿透的关键 @touchmove.native.stop.prevent year-format="{value} 年" month-format="{value} 月" date-format="{value} 日"> </mt-datetime-picker> 欧了~