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
xugenyuan
2024-09-26 11:31:23 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
31e6071673a98ab68680fbc0b4d6fc2661865471
31e60716
1 parent
2b124d82
reef |> 统一调整评论输入框背景颜色问题
Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
Hide whitespace changes
Inline
Side-by-side
Showing
4 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/CommentTabComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/QualityCommentsComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveOperRowListView.ets
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/CommentComponent.ets
View file @
31e6071
...
...
@@ -87,7 +87,7 @@ export struct CommentComponent {
dx: 0,
dy: -20
},
background
Color: "#50000000",
mask
Color: "#50000000",
})
this.getData();
...
...
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/CommentTabComponent.ets
View file @
31e6071
...
...
@@ -48,7 +48,7 @@ export struct CommentTabComponent {
dx: 0,
dy: -20
},
background
Color: "#50000000",
mask
Color: "#50000000",
})
this.onLoad(this.dialogController)
...
...
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/QualityCommentsComponent.ets
View file @
31e6071
...
...
@@ -75,7 +75,7 @@ export struct QualityCommentsComponent {
dx: 0,
dy: -20
},
background
Color: "#50000000",
mask
Color: "#50000000",
})
}
...
...
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveOperRowListView.ets
View file @
31e6071
...
...
@@ -377,7 +377,7 @@ export struct LiveOperRowListView {
dx: 0,
dy: -20
},
background
Color: "#50000000",
mask
Color: "#50000000",
})
this.publishCommentModel.rootCommentId = '-1';
this.publishCommentModel.parentId = '-1';
...
...
Please
register
or
login
to post a comment