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 10:07:55 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1127cbf1615a2c32174457a96bb9c19ec259aa31
1127cbf1
1 parent
3e84a639
feat:精选评论卡-列表_分割线不该为粗线条问题修复
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/comment/view/QualityCommentsComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/QualityCommentsComponent.ets
View file @
1127cbf
...
...
@@ -349,7 +349,7 @@ struct QualityCommentItem {
/*分割线*/
Row() {
}.width('100%').margin({ top: 10, left: 0, right: 0 }).backgroundColor('#EDEDED').height(
2.5
);
}.width('100%').margin({ top: 10, left: 0, right: 0 }).backgroundColor('#EDEDED').height(
1
);
/*文章或者评论*/
Row() {
...
...
Please
register
or
login
to post a comment