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-08-20 18:23:27 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e316391d8da3ca88a882b596bcec5aa693d71905
e316391d
1 parent
7b8b7323
fix: 直播预告卡ui修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleRow03.ets
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleRow03.ets
View file @
e316391
...
...
@@ -262,7 +262,7 @@ export struct ZhSingleRow03 {
Row() {
Image(this.loadImg ? item.coverUrl : '')
.backgroundColor(0xf5f5f5)
.borderRadius(
3
)
.borderRadius(
4
)
.aspectRatio(106 / 60)
.height(60)
.border({
...
...
@@ -465,7 +465,7 @@ export struct ZhSingleRow03 {
}
}
.justifyContent(FlexAlign.SpaceBetween)
.margin({
top: 8, bottom: 8
})
.margin({
bottom: 10
})
.width('100%')
}
...
...
Please
register
or
login
to post a comment