chenquansheng

fix |> 地方精选卡最右侧间距调整

... ... @@ -80,7 +80,7 @@ export struct ZhSingleRow04 {
}
)
.margin({
right: index === this.compDTO.operDataList.length - 1 ? 26 : 0,
right: index === this.compDTO.operDataList.length - 1 ? 16 : 0,
left: index === 0 ? 16 : 0,
top: 6
})
... ...