chenquansheng

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

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