王士厅

图集详情页-页面与动态区域分割线样式不对

@@ -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()