ref |> 视频频道弹框底部左侧增加间距
沉浸式视频的评论弹窗内的评论输入框样式不应直接到底显示,应参考安卓的样式 Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -228,7 +228,7 @@ export struct OperRowListView { | @@ -228,7 +228,7 @@ export struct OperRowListView { | ||
| 228 | } | 228 | } |
| 229 | router.back(); | 229 | router.back(); |
| 230 | }) | 230 | }) |
| 231 | - | 231 | + Blank().width(10).visibility(this.showBackIcon ? Visibility.None : Visibility.Visible) |
| 232 | 232 | ||
| 233 | if (this.contentDetailData?.newsId) { | 233 | if (this.contentDetailData?.newsId) { |
| 234 | ForEach(this.operationButtonList, (item: string, index: number) => { | 234 | ForEach(this.operationButtonList, (item: string, index: number) => { |
-
Please register or login to post a comment