<uni-datetime-picker type="date" :clear-icon="false" v-model="myFormData.birthday" >
使用穿透之后微信小程序依旧不改变,故换新方案:
在以下路径中修改uni-calendar__header-mobiles类的样式即可,
uni_modules\uni-datetime-picker\components\uni-datetime-picker
文章讲述了在微信小程序中遇到穿透问题后,提出通过修改uni-datetime-picker组件的uni-calendar__header-mobiles类样式来解决日期选择器的显示问题。
<uni-datetime-picker type="date" :clear-icon="false" v-model="myFormData.birthday" >
使用穿透之后微信小程序依旧不改变,故换新方案:
在以下路径中修改uni-calendar__header-mobiles类的样式即可,
uni_modules\uni-datetime-picker\components\uni-datetime-picker