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-15 09:58:27 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
52df15652b96906f124d5d0efa57d8170e5b35a4
52df1565
1 parent
0af193db
fix:17074 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/reserveMore/ReserveMorePage.ets
sight_harmony/features/wdComponent/src/main/ets/components/reserveMore/ReserveMorePage.ets
View file @
52df156
...
...
@@ -129,7 +129,7 @@ struct ReserveMorePage {
Stack() {
Image(item.fullColumnImgUrls[0]?.url)
.width('100%')
.
height(196
)
.
objectFit(ImageFit.Contain
)
.borderRadius(4)
this.LiveImage()
...
...
@@ -283,7 +283,7 @@ struct ReserveMorePage {
.fontWeight(400)
.fontColor(Color.White)
}
.backgroundColor(
'#4D000000'
)
.backgroundColor(
Color.Transparent
)
.margin({ right: 8, bottom: 8 })
}
...
...
Please
register
or
login
to post a comment