yanlu

fix:17360 版面-选择日期、选择版面、读报纸选择版面-页面蒙层效果不明显

... ... @@ -55,6 +55,7 @@ export struct ENewspaperPageComponent {
alignment: DialogAlignment.Top,
offset: { dx: 0, dy: 80 },
customStyle: true,
maskColor: $r('app.color.color_80000000'),
})
//图片版选择弹框
pageDialogController: CustomDialogController = new CustomDialogController({
... ... @@ -65,6 +66,7 @@ export struct ENewspaperPageComponent {
alignment: DialogAlignment.BottomStart,
offset: { dx: 0, dy: -90 },
customStyle: true,
maskColor: $r('app.color.color_80000000'),
})
//文字报纸弹框
@State isOpenListDialog: boolean = false
... ...
... ... @@ -30,6 +30,7 @@ export struct ENewspaperListDialog {
alignment: DialogAlignment.TopStart,
offset: { dx: 0, dy: 224 },
customStyle: true,
maskColor: $r('app.color.color_80000000'),
})
//页面半屏弹窗(实现在上个组件)若尝试在CustomDialog中传入多个其他的Controller,
// 以实现在CustomDialog中打开另一个或另一些CustomDialog,
... ...