cover-view设置border-top-right-radius出bug
.content .list{ width : 200px ; height : 50px ; border-bottom-left-radius: 5px ; border-top-left-radius: 5px ; background : #fff ; margin-bottom : 30px ; match match} .content .list . left { width : 20px ; height : 50px ; border-bottom-left-radius: 5px ; border-top-left-radius: 5px ; background : #fd713e ;
<cover-view class='list' bindtap='popShow'> <cover-view class='left'> <cover-image src='#' class='right-img'></cover-image> </cover-view> </cover-view> |
我设置左侧的border-radius在模拟器上正常,在真机上显示全部是圆角,我想要左上角和左下角圆角,并不是四个角都 是圆角。 match