Showing
1 changed file
with
1 additions
and
4 deletions
| @@ -148,10 +148,7 @@ export struct OperRowListView { | @@ -148,10 +148,7 @@ export struct OperRowListView { | ||
| 148 | // 视频详情页 | 148 | // 视频详情页 |
| 149 | 149 | ||
| 150 | Column() { | 150 | Column() { |
| 151 | - Image($r('app.media.ic_news_detail_division')) | ||
| 152 | - .width('100%') | ||
| 153 | - .height($r('app.float.margin_1')) | ||
| 154 | - // .margin({bottom: -2}) | 151 | + Divider().strokeWidth(1).color(this.styleType == 1 ? Color.White : this.styleType == 2 ? '#262626' : Color.Transparent) |
| 155 | 152 | ||
| 156 | Flex({ justifyContent: FlexAlign.SpaceBetween, alignItems: ItemAlign.Center }) { | 153 | Flex({ justifyContent: FlexAlign.SpaceBetween, alignItems: ItemAlign.Center }) { |
| 157 | // AudioDialog() | 154 | // AudioDialog() |
-
Please register or login to post a comment