Showing
3 changed files
with
5 additions
and
2 deletions
| @@ -31,6 +31,7 @@ export struct ZhSingleRow02 { | @@ -31,6 +31,7 @@ export struct ZhSingleRow02 { | ||
| 31 | }) | 31 | }) |
| 32 | } | 32 | } |
| 33 | .listDirection(Axis.Horizontal) | 33 | .listDirection(Axis.Horizontal) |
| 34 | + .scrollBar(BarState.Off) | ||
| 34 | } | 35 | } |
| 35 | .width(CommonConstants.FULL_WIDTH) | 36 | .width(CommonConstants.FULL_WIDTH) |
| 36 | .height(208) | 37 | .height(208) |
| @@ -42,7 +42,7 @@ export struct HorizontalStrokeCardThreeTwoRadioForOneComponent { | @@ -42,7 +42,7 @@ export struct HorizontalStrokeCardThreeTwoRadioForOneComponent { | ||
| 42 | .borderRadius(4) | 42 | .borderRadius(4) |
| 43 | .objectFit(ImageFit.Cover) | 43 | .objectFit(ImageFit.Cover) |
| 44 | 44 | ||
| 45 | - Text("大发大法师法师打发大水发生发大水发大水发大发大法师法师打发大水发生发大水发大水发大发大法师法师打发大水发生发大水发大水发") | 45 | + Text(this.compDTO.operDataList[0].newsTitle) |
| 46 | .fontSize($r("app.float.font_size_14")) | 46 | .fontSize($r("app.float.font_size_14")) |
| 47 | .fontColor($r("app.color.color_212228")) | 47 | .fontColor($r("app.color.color_212228")) |
| 48 | .fontWeight(400) | 48 | .fontWeight(400) |
| @@ -92,7 +92,9 @@ export struct LiveHorizontalCardComponent { | @@ -92,7 +92,9 @@ export struct LiveHorizontalCardComponent { | ||
| 92 | } | 92 | } |
| 93 | }) | 93 | }) |
| 94 | }) | 94 | }) |
| 95 | - }.listDirection(Axis.Horizontal) | 95 | + } |
| 96 | + .listDirection(Axis.Horizontal) | ||
| 97 | + .scrollBar(BarState.Off) | ||
| 96 | .width(CommonConstants.FULL_WIDTH) | 98 | .width(CommonConstants.FULL_WIDTH) |
| 97 | .height(this.compDTO.operDataList.length == 2 ? 180 : 136) | 99 | .height(this.compDTO.operDataList.length == 2 ? 180 : 136) |
| 98 | } else if (this.compDTO.operDataList.length) { | 100 | } else if (this.compDTO.operDataList.length) { |
-
Please register or login to post a comment