陈剑华

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

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