wuyanan

ref |> 优化竖屏直播结束页面布局

@@ -135,7 +135,7 @@ export struct PlayerEndView { @@ -135,7 +135,7 @@ export struct PlayerEndView {
135 } 135 }
136 } 136 }
137 .padding({ top: this.contentDetailData.rmhInfo == null ? 26 : 16 }) 137 .padding({ top: this.contentDetailData.rmhInfo == null ? 26 : 16 })
138 - Text('').width(1).height(32).margin({ left: 36, right: 36 }).backgroundColor('#33FFFFFF') 138 + Text('').width(1).height(32).margin({ left: 36, right: 36,top:this.contentDetailData.rmhInfo == null ? 26 : 16 }).backgroundColor('#33FFFFFF')
139 } 139 }
140 if (this.contentDetailData.rmhInfo != null) { 140 if (this.contentDetailData.rmhInfo != null) {
141 Row() { 141 Row() {