陈剑华

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

@@ -127,7 +127,7 @@ export struct HorizontalStrokeCardThreeTwoRadioForMoreComponent { @@ -127,7 +127,7 @@ export struct HorizontalStrokeCardThreeTwoRadioForMoreComponent {
127 .lineHeight(19) 127 .lineHeight(19)
128 } 128 }
129 .height(this.compDTO.operDataList.length == 2 ? 190 : 148) 129 .height(this.compDTO.operDataList.length == 2 ? 190 : 148)
130 - .padding({ right: 16 }) 130 + .padding({ right: this.compDTO.operDataList.length == 2 ? 12 : 8 })
131 // .offset({x:16}) 131 // .offset({x:16})
132 .onClick(() => { 132 .onClick(() => {
133 InfomationCardClick.track(this.compDTO, item, this.pageId, this.pageName) 133 InfomationCardClick.track(this.compDTO, item, this.pageId, this.pageName)