Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -260,7 +260,7 @@ export struct ZhSingleRow03 { | @@ -260,7 +260,7 @@ export struct ZhSingleRow03 { | ||
| 260 | .fontSize(12) | 260 | .fontSize(12) |
| 261 | .textAlign(TextAlign.Start) | 261 | .textAlign(TextAlign.Start) |
| 262 | .fontFamily('PingFang SC-Semibold') | 262 | .fontFamily('PingFang SC-Semibold') |
| 263 | - .fontWeight(600) | 263 | + .fontWeight(500) |
| 264 | Image($r('app.media.timeline_rect')) | 264 | Image($r('app.media.timeline_rect')) |
| 265 | .width(4) | 265 | .width(4) |
| 266 | .height(3) | 266 | .height(3) |
| @@ -270,7 +270,7 @@ export struct ZhSingleRow03 { | @@ -270,7 +270,7 @@ export struct ZhSingleRow03 { | ||
| 270 | .fontColor(0x000000) | 270 | .fontColor(0x000000) |
| 271 | .fontSize(12) | 271 | .fontSize(12) |
| 272 | .fontFamily('PingFang SC-Semibold') | 272 | .fontFamily('PingFang SC-Semibold') |
| 273 | - .fontWeight(600) | 273 | + .fontWeight(500) |
| 274 | Text('开始直播') | 274 | Text('开始直播') |
| 275 | .fontColor(0xC8C8C8) | 275 | .fontColor(0xC8C8C8) |
| 276 | .fontSize(12) | 276 | .fontSize(12) |
-
Please register or login to post a comment