Showing
1 changed file
with
6 additions
and
0 deletions
| @@ -132,6 +132,11 @@ export struct OperRowListView { | @@ -132,6 +132,11 @@ export struct OperRowListView { | ||
| 132 | build() { | 132 | build() { |
| 133 | // 视频详情页 | 133 | // 视频详情页 |
| 134 | 134 | ||
| 135 | + Column() { | ||
| 136 | + Image($r('app.media.ic_news_detail_division')) | ||
| 137 | + .width('100%') | ||
| 138 | + .height($r('app.float.margin_4')) | ||
| 139 | + | ||
| 135 | Flex({ justifyContent: FlexAlign.SpaceBetween, alignItems: ItemAlign.Center }) { | 140 | Flex({ justifyContent: FlexAlign.SpaceBetween, alignItems: ItemAlign.Center }) { |
| 136 | // AudioDialog() | 141 | // AudioDialog() |
| 137 | Row() { | 142 | Row() { |
| @@ -180,6 +185,7 @@ export struct OperRowListView { | @@ -180,6 +185,7 @@ export struct OperRowListView { | ||
| 180 | bottom: `${this.bottomSafeHeight}px` | 185 | bottom: `${this.bottomSafeHeight}px` |
| 181 | // bottom: 50 | 186 | // bottom: 50 |
| 182 | }) | 187 | }) |
| 188 | + } | ||
| 183 | 189 | ||
| 184 | } | 190 | } |
| 185 | 191 |
-
Please register or login to post a comment