陈剑华

fix: 17650 早晚报>专题类型稿件详情页_互动区和详情区域缺少分割线

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