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-06-27 13:57:03 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d846cb0ffb6df4342764daad717c18dd2bd21cc7
d846cb0f
1 parent
39d2e5b0
fix: 19265 UI还原问题-【uat】进入评论卡,超长,没有省略
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleRow06.ets
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleRow06.ets
View file @
d846cb0
...
...
@@ -121,7 +121,7 @@ export struct ZhSingleRow06 {
.borderColor(0xf4f4f4)
.visibility(this.compDTO.operDataList[0]?.commentInfo?.commentPics ? Visibility.Visible : Visibility.None)
Row(
) {
Flex({justifyContent: FlexAlign.Start}
) {
Image($r('app.media.icon_clip'))
.width(16)
.height(16)
...
...
@@ -132,7 +132,6 @@ export struct ZhSingleRow06 {
.fontSize(14)
.fontColor(0x666666)
}
.justifyContent(FlexAlign.Start)
.width('100%')
}
.width("100%")
...
...
Please
register
or
login
to post a comment