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-09-19 10:54:13 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
815d315dca37ecb3dc43fa9e7e37912a192fdbe7
815d315d
1 parent
ff69ddd6
fix: 20417 3:2横划卡、卡片中间的间距过大
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/view/HorizontalStrokeCardThreeTwoRadioForMoreComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/HorizontalStrokeCardThreeTwoRadioForMoreComponent.ets
View file @
815d315
...
...
@@ -127,7 +127,7 @@ export struct HorizontalStrokeCardThreeTwoRadioForMoreComponent {
.lineHeight(19)
}
.height(this.compDTO.operDataList.length == 2 ? 190 : 148)
.padding({ right:
16
})
.padding({ right:
this.compDTO.operDataList.length == 2 ? 12 : 8
})
// .offset({x:16})
.onClick(() => {
InfomationCardClick.track(this.compDTO, item, this.pageId, this.pageName)
...
...
Please
register
or
login
to post a comment