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:41:22 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
97f9648a6c868c6090f385b0bb0a8103a7b5c89a
97f9648a
2 parents
b3d43ba2
2095d485
Merge branch 'main' of
http://192.168.1.42/developOne/harmonyPool
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
sight_harmony/features/wdComponent/src/main/ets/components/cardview/LiveBigImage01Component.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveOperRowListView.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardview/LiveBigImage01Component.ets
View file @
97f9648
...
...
@@ -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() {
...
...
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveOperRowListView.ets
View file @
97f9648
...
...
@@ -229,7 +229,7 @@ export struct LiveOperRowListView {
}
}
}
.height(
30
)
.height(
this.isLlive ? 30:36
)
.onClick(() => {
if (this.onCommentInputFocus) {
this.onCommentInputFocus()
...
...
Please
register
or
login
to post a comment