wangliang_wd

Merge branch 'main' of http://192.168.1.42/developOne/harmonyPool into main

* 'main' of http://192.168.1.42/developOne/harmonyPool:
  fix |> 长按评论弹出窗样式全屏样式修改
@@ -116,7 +116,8 @@ export struct CommentComponent { @@ -116,7 +116,8 @@ export struct CommentComponent {
116 this.confirmCallback(actionType) 116 this.confirmCallback(actionType)
117 } 117 }
118 }), 118 }),
119 - alignment:DialogAlignment.Bottom 119 + alignment:DialogAlignment.Bottom,
  120 + customStyle:true
120 }) 121 })
121 122
122 this.delDialogController = new CustomDialogController({ 123 this.delDialogController = new CustomDialogController({