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
chenquansheng
2024-10-31 14:09:24 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
16530990bef6231ddafa23fc668a9e134fc3a6bd
16530990
1 parent
cc93e066
fix |> 地方精选卡最右侧间距调整
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/compview/ZhSingleRow04.ets
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhSingleRow04.ets
View file @
1653099
...
...
@@ -80,7 +80,7 @@ export struct ZhSingleRow04 {
}
)
.margin({
right: index === this.compDTO.operDataList.length - 1 ?
2
6 : 0,
right: index === this.compDTO.operDataList.length - 1 ?
1
6 : 0,
left: index === 0 ? 16 : 0,
top: 6
})
...
...
Please
register
or
login
to post a comment