Showing
1 changed file
with
3 additions
and
2 deletions
| @@ -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) |
-
Please register or login to post a comment