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
chenjun
2024-08-30 09:48:58 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5ac8d93fa3572a74c840e5b51b9674dc6bea12f7
5ac8d93f
1 parent
4a542971
滚动条不显示与安卓保持一致
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/view/DetailDialog.ets
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/view/DetailDialog.ets
View file @
5ac8d93
...
...
@@ -51,9 +51,10 @@ export struct DetailDialog {
.margin({ top: 8, bottom: 8 })
}
.alignItems(HorizontalAlign.Start)
.margin({right:4})
//
.margin({right:4})
}
.scrollBar(BarState.Off) //安卓不显示滚动条
.height(200)
Row() {
...
...
@@ -80,7 +81,7 @@ export struct DetailDialog {
top: 20,
bottom: 30,
left: 16,
right: 1
2
//给滚动条预留4像素
right: 1
6
//给滚动条预留4像素
})
}
...
...
Please
register
or
login
to post a comment