scroll-view导致子元素的overflow:hidden失效
HTML:
< scroll-view scroll-x class = "list-wrapper" > < view class = "list" > < view wx:for = "{{5}}" wx:key = "index" class = "item" > < view class = "right" > < view class = "goods-name" >HENRIKSDAL 亨利克首页 /餐厅 / 餐椅· /软垫式餐椅</ view > </ view > </ view > </ view > </ scroll-view > |
css:
.list { width : 2000 rpx; display : flex; align-items: center ; } .item { .goods-name { width : 200 rpx; height : 66 rpx; max-height : 66 rpx; display : block ; overflow : hidden ; } } |
开发者工具:
表现正常
IOS11
表现不正常