王士厅

fix: 单图卡-图片与上下分割线间距不一致,下分割线间距较大。

@@ -234,7 +234,8 @@ export struct CompParser { @@ -234,7 +234,8 @@ export struct CompParser {
234 ) { 234 ) {
235 Divider().strokeWidth(5).color('#f5f5f5').width('120%').margin({left: -6}) 235 Divider().strokeWidth(5).color('#f5f5f5').width('120%').margin({left: -6})
236 } else { 236 } else {
237 - Divider().strokeWidth(1).color('#f5f5f5').width(CommonConstants.FULL_WIDTH).padding({ left: 10, right: 10 }).margin({top:8}) 237 + // Divider().strokeWidth(1).color('#f5f5f5').width(CommonConstants.FULL_WIDTH).padding({ left: 10, right: 10 }).margin({top:8})
  238 + Divider().strokeWidth(1).color('#f5f5f5').width(CommonConstants.FULL_WIDTH).padding({ left: 10, right: 10 })
238 } 239 }
239 } else { 240 } else {
240 // Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) 241 // Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 })