소스 검색

修改ActionSheet弹窗

Weipeng Qi 7 달 전
부모
커밋
cc73119a32
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/ets/utils/ToolsHelper.ets

+ 1 - 1
src/main/ets/utils/ToolsHelper.ets

@@ -233,7 +233,7 @@ export class ToolsHelper {
     } else {
       const dialogTag = ToolsHelper.getUuid()
       promptAction.openCustomDialog({
-        alignment: 1,
+        alignment: DialogAlignment.Bottom,
         builder: customDialogBuilder.bind(p, options, dialogTag)
       }).then((dialogId: number) => {
         ToolsHelper.mapDialog.set(dialogTag, dialogId)