Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
yanlu
2024-05-14 19:01:46 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c75a6833d334c39cc47160223c4c711a05a78e73
c75a6833
1 parent
2d459510
fix:17360 版面-选择日期、选择版面、读报纸选择版面-页面蒙层效果不明显
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
sight_harmony/features/wdComponent/src/main/ets/components/ENewspaperPageComponent.ets
sight_harmony/features/wdComponent/src/main/ets/dialog/ENewspaperListDialog.ets
sight_harmony/features/wdComponent/src/main/ets/components/ENewspaperPageComponent.ets
View file @
c75a683
...
...
@@ -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
...
...
sight_harmony/features/wdComponent/src/main/ets/dialog/ENewspaperListDialog.ets
View file @
c75a683
...
...
@@ -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,
...
...
Please
register
or
login
to post a comment