zhenghy

功能缺陷-【uat】进入视频直播,全屏观看按钮和android不一致,按钮的圆角弧度和外框颜色也不对

@@ -294,13 +294,14 @@ export struct DetailPlayShortVideoPage { @@ -294,13 +294,14 @@ export struct DetailPlayShortVideoPage {
294 .margin({ left: 8, right: 4 }) 294 .margin({ left: 8, right: 4 })
295 Text("全屏观看") 295 Text("全屏观看")
296 .fontColor(Color.White) 296 .fontColor(Color.White)
  297 + .fontWeight(400)
297 .fontSize(12) 298 .fontSize(12)
298 .layoutWeight(1) 299 .layoutWeight(1)
299 } 300 }
300 .width(84) 301 .width(84)
301 .height(28) 302 .height(28)
302 - .backgroundColor('#0d0d0d')  
303 - .border({ width: 1, color: '#4DFFFFFF', radius: 2 }) 303 + .backgroundColor('#0DFFFFFF')
  304 + .border({ width: 1, color: '#4DFFFFFF', radius: 4 })
304 .alignItems(VerticalAlign.Center) 305 .alignItems(VerticalAlign.Center)
305 .justifyContent(FlexAlign.Center) 306 .justifyContent(FlexAlign.Center)
306 .align(Alignment.Bottom) 307 .align(Alignment.Bottom)