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-08-28 10:47:05 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1af386ca684a4915586be60f5a98a697be2839c8
1af386ca
1 parent
7907cbc9
fix: 小视频横划卡变化ui修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleRow02.ets
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleRow02.ets
View file @
1af386c
...
...
@@ -96,7 +96,7 @@ export struct ZhSingleRow02 {
pageId: this.pageId,
pageName: this.pageName
})
.margin({ right: 8 })
.margin({ right: 8
, left: index === 0 ? 10 : 0
})
})
}
if (this.compDTO.operDataList.length > 2 && this.showMore()) {
...
...
@@ -153,9 +153,9 @@ export struct ZhSingleRow02 {
})
}
.padding({
left: 10,
//
left: 10,
// right: 10,
top:
14
,
top:
$r('app.float.card_comp_pagePadding_tb')
,
bottom: $r('app.float.card_comp_pagePadding_tb')
})
.backgroundColor(0xffffff)
...
...
@@ -206,6 +206,7 @@ export struct ZhSingleRow02 {
}
.justifyContent(FlexAlign.SpaceBetween)
.margin({ bottom: 10 })
.padding({left: 10})
.width('100%')
}
}
...
...
Please
register
or
login
to post a comment