Showing
1 changed file
with
3 additions
and
4 deletions
| @@ -148,10 +148,9 @@ export struct OperRowListView { | @@ -148,10 +148,9 @@ 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 | + if(this.styleType != 3) { |
| 152 | + Divider().strokeWidth(1).color(this.styleType == 1 ? '#F5F5F5' : this.styleType == 2 ? '#262626' : 'rgba(0,0,0,0)') | ||
| 153 | + } | ||
| 155 | 154 | ||
| 156 | Flex({ justifyContent: FlexAlign.SpaceBetween, alignItems: ItemAlign.Center }) { | 155 | Flex({ justifyContent: FlexAlign.SpaceBetween, alignItems: ItemAlign.Center }) { |
| 157 | // AudioDialog() | 156 | // AudioDialog() |
-
Please register or login to post a comment