王士厅

fix: 地方精选卡ui修改

@@ -78,7 +78,8 @@ export struct CompParser { @@ -78,7 +78,8 @@ export struct CompParser {
78 } 78 }
79 .margin({ 79 .margin({
80 left: 6, 80 left: 6,
81 - right: (this.compDTO.compStyle === CompStyle.Zh_Single_Row_05 || this.compDTO.compStyle === CompStyle.Zh_Single_Row_02) ? 0 : 6 81 + right: (this.compDTO.compStyle === CompStyle.Zh_Single_Row_05 || this.compDTO.compStyle === CompStyle.Zh_Single_Row_02 ||
  82 + this.compDTO.compStyle === CompStyle.Zh_Single_Row_04) ? 0 : 6
82 }) 83 })
83 } 84 }
84 85