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
陈剑华
2024-05-17 16:57:11 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1ebe1f349968242f2ad7359fadb49d797a084b02
1ebe1f34
1 parent
8ffa6c88
feat: 17646 稿件详情页-顶部分割线较细
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/ImageAndTextPageComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/ImageAndTextPageComponent.ets
View file @
1ebe1f3
...
...
@@ -192,7 +192,7 @@ export struct ImageAndTextPageComponent {
Row() {
Image($r('app.media.line'))
.width('100%')
.height(
6
)
.height(
7
)
.objectFit(ImageFit.Cover)
.margin({ top: 10 })
}
...
...
Please
register
or
login
to post a comment