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:43:10 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f8be26f63ca6488b4aee1326503d5b16ba5e73d1
f8be26f6
1 parent
59fb8042
fix: 18287 UI还原问题-【uat】视频详情页,点击评论,已点击点赞按钮样式和android不一致
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/LikeComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/LikeComponent.ets
View file @
f8be26f
...
...
@@ -361,7 +361,7 @@ export struct LikeComponent {
.height(24)
if (this.likeCount > 0){
RelativeContainer() {
Image(
this.likeStatus ? $r('app.media.ic_like_white_Select') : $r('app.media.ic_like_back
'))
Image(
$r('app.media.ic_like_white_Select
'))
.objectFit(ImageFit.Fill)
.resizable({
slice: {
...
...
Please
register
or
login
to post a comment