微信小程序picker组件改变点击触发区域
微信小程序picker组件改变点击触发区域
<picker style="position: relative;flex: 1;background-color: #007AFF;"> <view style="position: absolute;left:0;top:0;width: 100%;padding:10px 0;background-color: red;flex: 1;height: 100%;"></view> </picker>