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
yangsunyue1_wd
2024-07-01 17:01:23 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
dcb8aa22949e3451ce386077896aea8ca82f3c10
dcb8aa22
1 parent
46296f77
feat:UI还原问题-【uat】进入视频直播评论或抢首评,全部评论字体偏大,关闭按钮颜色和ios不一致 问题修复
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/CommentComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/CommentListDialog.ets
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/CommentComponent.ets
View file @
dcb8aa2
...
...
@@ -123,7 +123,7 @@ export struct CommentComponent {
.height(16)
.width(3)
Text('全部评论')
.fontSize(1
8
)// .fontColor('#222222')
.fontSize(1
6
)// .fontColor('#222222')
.fontColor($r('app.color.color_222222'))
.fontWeight(FontWeight.Medium)
.margin({ left: 5 })
...
...
@@ -131,7 +131,7 @@ export struct CommentComponent {
.margin({ left: 16 })
Image($r('app.media.c
lose_button
'))
Image($r('app.media.c
omment_close
'))
.height(16)
.width(16)
.margin({ right: 16 })
...
...
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/CommentListDialog.ets
View file @
dcb8aa2
...
...
@@ -146,14 +146,14 @@ struct CommentListDialog {
.height(16)
.width(3)
Text('全部评论')
.fontSize(1
8
)// .fontColor('#222222')
.fontSize(1
6
)// .fontColor('#222222')
.fontColor($r('app.color.color_222222'))
.fontWeight(FontWeight.Medium)
.margin({ left: 5 })
}
.margin({ left: 16 })
Image($r('app.media.c
lose_button
'))
Image($r('app.media.c
omment_close
'))
.height(16)
.width(16)
.margin({ right: 16 })// .visibility(this.showCloseIcon ? Visibility.Visible : Visibility.Hidden)
...
...
Please
register
or
login
to post a comment