陈剑华

fix: 20456 话题专题-大专题卡样式,上线分割线应为粗线条,通到屏幕两侧。

@@ -28,11 +28,11 @@ export struct behindDivider { @@ -28,11 +28,11 @@ export struct behindDivider {
28 Divider().strokeWidth(1).color('#f5f5f5').width(CommonConstants.FULL_WIDTH).padding({ left: 10, right: 10 }) 28 Divider().strokeWidth(1).color('#f5f5f5').width(CommonConstants.FULL_WIDTH).padding({ left: 10, right: 10 })
29 } else if (this.compDTO?.operDataList?.[0]?.appStyle === CompStyle.Card_10) { 29 } else if (this.compDTO?.operDataList?.[0]?.appStyle === CompStyle.Card_10) {
30 // 大专题 30 // 大专题
31 - if (this.nextCompDTO?.operDataList?.[0]?.appStyle === CompStyle.Card_10) {  
32 - Divider().strokeWidth(1).color('#f5f5f5').width(CommonConstants.FULL_WIDTH).padding({ left: 10, right: 10 })  
33 - } else { 31 + // if (this.nextCompDTO?.operDataList?.[0]?.appStyle === CompStyle.Card_10) {
  32 + // Divider().strokeWidth(1).color('#f5f5f5').width(CommonConstants.FULL_WIDTH).padding({ left: 10, right: 10 })
  33 + // } else {
34 Divider().strokeWidth(5).color('#f5f5f5').width('120%').margin({left: -6}) 34 Divider().strokeWidth(5).color('#f5f5f5').width('120%').margin({left: -6})
35 - } 35 + // }
36 } else if (this.compDTO.compType === 'appStyle' 36 } else if (this.compDTO.compType === 'appStyle'
37 || this.compDTO.compStyle === CompStyle.Zh_Single_Row_01 37 || this.compDTO.compStyle === CompStyle.Zh_Single_Row_01
38 || this.compDTO.compStyle === CompStyle.Zh_Single_Row_02 38 || this.compDTO.compStyle === CompStyle.Zh_Single_Row_02