dcloudio / mui

最接近原生APP体验的高性能框架
https://dev.dcloud.net.cn/mui/
MIT License
13.49k stars 6.57k forks source link

.mui-picker-inner { #526

Closed icecola0303 closed 1 year ago

icecola0303 commented 1 year ago
          .mui-picker-inner {
position: relative;
width: 100%;
height: 100%;
/*-webkit-mask-box-image: -webkit-linear-gradient(bottom, transparent, transparent 5%, #fff 20%, #fff 80%, transparent 95%, transparent);*/
/*-webkit-mask-box-image: linear-gradient(top, transparent, transparent 5%, #fff 20%, #fff 80%, transparent 95%, transparent)*/

}

注释掉就可以了

Originally posted by @83628410 in https://github.com/dcloudio/mui/issues/525#issuecomment-1495641611