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-29 11:07:17 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b5b2e2ef3a09606832dec2b1e88cce00b4dd544f
b5b2e2ef
1 parent
e278e796
滚动条与字重叠
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/view/DetailDialog.ets
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/view/DetailDialog.ets
View file @
b5b2e2e
...
...
@@ -51,6 +51,7 @@ export struct DetailDialog {
.margin({ top: 8, bottom: 8 })
}
.alignItems(HorizontalAlign.Start)
.margin({right:4})
}
.height(200)
...
...
@@ -79,7 +80,7 @@ export struct DetailDialog {
top: 20,
bottom: 30,
left: 16,
right: 1
6
right: 1
2 //给滚动条预留4像素
})
}
...
...
Please
register
or
login
to post a comment