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
wuyanan
2024-09-23 19:21:25 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2095d485f795e878902cb7ba04420f69f7284a94
2095d485
1 parent
59fb8042
ref |> 调整竖屏直播说两句高度
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveOperRowListView.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveOperRowListView.ets
View file @
2095d48
...
...
@@ -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