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-22 14:32:00 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d24301c7cc7665954d3d3e30f12a7249b0c77194
d24301c7
1 parent
b74edd5b
图集详情页-页面与动态区域分割线样式不对
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
4 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 @
d24301c
...
...
@@ -148,10 +148,7 @@ export struct OperRowListView {
// 视频详情页
Column() {
Image($r('app.media.ic_news_detail_division'))
.width('100%')
.height($r('app.float.margin_1'))
// .margin({bottom: -2})
Divider().strokeWidth(1).color(this.styleType == 1 ? Color.White : this.styleType == 2 ? '#262626' : Color.Transparent)
Flex({ justifyContent: FlexAlign.SpaceBetween, alignItems: ItemAlign.Center }) {
// AudioDialog()
...
...
Please
register
or
login
to post a comment