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 20:05:42 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
45f30cd73ecbe21a529c1af4ed756a5397c3bb24
45f30cd7
2 parents
3f08be27
62c7f951
Merge branch 'main' of
http://192.168.1.42/developOne/harmonyPool
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 @
45f30cd
...
...
@@ -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