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-09-23 19:12:37 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
17c5995c8dd5eb5bd4a3f08f2ac41c6eac88b7e6
17c5995c
1 parent
1103e58c
fix: 20308 功能缺陷-直播预告列表,左边开播时间高度应与右侧预约按钮高度一致
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/cardview/LiveBigImage01Component.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardview/LiveBigImage01Component.ets
View file @
17c5995
...
...
@@ -81,8 +81,9 @@ export struct LiveBigImage01Component {
.fontFamily('PingFang SC-Medium')
.maxLines(1)
.textOverflow({ overflow: TextOverflow.Ellipsis })
.margin({ top: 8, bottom: 8 })
.align(Alignment.Start)
.height(24)
.textAlign(TextAlign.Center)
Image($r('app.media.point_icon'))
.objectFit(ImageFit.Auto)
...
...
@@ -100,9 +101,12 @@ export struct LiveBigImage01Component {
.textOverflow({ overflow: TextOverflow.Ellipsis })
.margin({ top: 8, bottom: 8, right: 10 })
.align(Alignment.Start)
.height(24)
.textAlign(TextAlign.Center)
}
.backgroundColor('#F5F5F5')
.margin(12)
.height(24)
}
// 预约
Row() {
...
...
Please
register
or
login
to post a comment