陈剑华

fix: 17931 UI还原问题-【uat】地区精选卡,上下两条线比android细

... ... @@ -217,7 +217,7 @@ export struct CompParser {
} else {
Divider().strokeWidth(5).color('#f5f5f5')
}
} else if (this.compDTO.compType === 'appStyle') {
} else if (this.compDTO.compType === 'appStyle' || this.compDTO.compStyle === CompStyle.Zh_Single_Row_01) {
if (
this.nextCompDTO.compStyle === CompStyle.Card_09 ||
this.nextCompDTO?.operDataList?.[0]?.appStyle === CompStyle.Card_10 ||
... ...