IOS 和安卓下 内嵌的cover-view组件定位为position:absolute时无法触发bindtap事件,
IOS下,外层设置为flex时,内层设置padding在IOS真机无效,大于等于8个字时内容显示不完整,最后一个字少了一两个像素。去掉flex时显示正常
模拟器效果:
IOS真机效果:
< cover-view class = "pop_up_title" > < cover-view class = "pop_up_maintitle" >为您推荐热门国家
|
.pop_up_title { display : flex; font-size : 32 rpx; color : #333 ; justify- content : center ; padding-bottom : 25 rpx; } .pop_up_maintitle { padding : 0 50 rpx; background-color : red ; } .pop_up_subtitle { font-size : 28 rpx; color : #999 ; line-height : 40 rpx; margin-left : 20 rpx; } |
笨办法设固定宽度啊,我也遇到了。目前没发现好办法
经过测试,可以在末尾添加圆角空格实现一个空的占位符:
<cover-view class="time-text"> {{shop.distance+" "}} </cover-view>
牛批了,这个bug六年过去了还是修复不了,看来以后就这样了。2024年10月25。
6年过去了,依然是这个蠢样,下图“灯会入口”是padding:5px的效果
同样遇到这个问题,怎么没有官方的回复?
希望赶紧修复,蠢蠢的。cover-view 下 通过 opacity 控制时 button 的显示也有问题