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-10 17:09:52 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7a2c41d4f19c8b380a94e5772f98989ad029fc9c
7a2c41d4
1 parent
bbcd6387
fix: 17300 UI还原问题-【uat】地方精选卡,卡片间距问题,看图
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleRow04.ets
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleRow04.ets
View file @
7a2c41d
...
...
@@ -64,7 +64,7 @@ export struct ZhSingleRow04 {
operDataListItem: item
}
)
.margin({right: index === this.compDTO.operDataList.length - 1 ?
$r('app.float.card_comp_pagePadding_lf')
: 0, left:
.margin({right: index === this.compDTO.operDataList.length - 1 ?
26
: 0, left:
index === 0 ? $r('app.float.card_comp_pagePadding_lf') : 0,
top: 6})
.onClick(() => {
...
...
Please
register
or
login
to post a comment