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-05-16 15:32:42 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
808c767e7e3171794af7783b1bcf2aa72df7bcdb
808c767e
1 parent
4602e778
fix: 17643 早晚报>文章类型稿件详情页_互动区域布局与安卓不一致
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
sight_harmony/features/wdComponent/src/main/ets/components/view/OperRowListView.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/OperRowListView.ets
View file @
808c767
...
...
@@ -150,7 +150,7 @@ export struct OperRowListView {
}
router.back();
})
.width(4
2
)
.width(4
8
)
if (this.contentDetailData?.newsId) {
ForEach(this.operationButtonList, (item: string, index: number) => {
...
...
@@ -200,7 +200,7 @@ export struct OperRowListView {
}
.layoutWeight(1)
.margin({
right: this.pageComponentType === 1 ?
16
: 0,
right: this.pageComponentType === 1 ?
22
: 0,
})
if (this.showCommentIcon) {
...
...
@@ -212,7 +212,7 @@ export struct OperRowListView {
})
}
}
.width(4
6
)
.width(4
8
)
}
}
...
...
@@ -233,7 +233,7 @@ export struct OperRowListView {
})
// }
}
.width(4
2
)
.width(4
8
)
.visibility(this.likesStyle !== 4 ? Visibility.Visible : Visibility.None)
}
...
...
@@ -261,7 +261,7 @@ export struct OperRowListView {
})*/
}
.height(36)
.width(
36
)
.width(
48
)
.borderRadius(18)
.backgroundColor(this.pageComponentType === 2 ? '#4D000000' : Color.Transparent)
.onClick(() => {
...
...
@@ -289,7 +289,7 @@ export struct OperRowListView {
})
}
.height(36)
.width(
36
)
.width(
48
)
.justifyContent(FlexAlign.Center)
}
...
...
@@ -312,7 +312,7 @@ export struct OperRowListView {
}
.justifyContent(FlexAlign.Center)
.height(36)
.width(
36
)
.width(
48
)
.borderRadius(18)
.backgroundColor(this.pageComponentType === 2 ? '#4D000000' : Color.Transparent)
}
...
...
Please
register
or
login
to post a comment