陈剑华

fix: 20417 3:2横划卡、卡片中间的间距过大

... ... @@ -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)
... ...