陈剑华

fix: 小视频横划卡边缘消失问题,大专题卡底部间距

@@ -165,10 +165,9 @@ export struct Card10Component { @@ -165,10 +165,9 @@ export struct Card10Component {
165 left: $r('app.float.card_comp_pagePadding_lf'), 165 left: $r('app.float.card_comp_pagePadding_lf'),
166 right: $r('app.float.card_comp_pagePadding_lf'), 166 right: $r('app.float.card_comp_pagePadding_lf'),
167 top: $r('app.float.card_comp_pagePadding_tb'), 167 top: $r('app.float.card_comp_pagePadding_tb'),
168 - bottom: 14 168 + bottom: $r('app.float.card_comp_pagePadding_tb')
169 }) 169 })
170 .backgroundColor($r("app.color.white")) 170 .backgroundColor($r("app.color.white"))
171 - .margin({ bottom: 8 })  
172 } 171 }
173 172
174 @Builder 173 @Builder
@@ -125,6 +125,7 @@ export struct ZhSingleRow02 { @@ -125,6 +125,7 @@ export struct ZhSingleRow02 {
125 .margin({left: 1.5 * (this.moreWidth - this.initMoreWidth)}) 125 .margin({left: 1.5 * (this.moreWidth - this.initMoreWidth)})
126 } 126 }
127 } 127 }
  128 + .padding({right: 10})
128 } 129 }
129 .width(CommonConstants.FULL_WIDTH) 130 .width(CommonConstants.FULL_WIDTH)
130 .height(208) 131 .height(208)
@@ -159,7 +160,7 @@ export struct ZhSingleRow02 { @@ -159,7 +160,7 @@ export struct ZhSingleRow02 {
159 bottom: $r('app.float.card_comp_pagePadding_tb') 160 bottom: $r('app.float.card_comp_pagePadding_tb')
160 }) 161 })
161 .backgroundColor(0xffffff) 162 .backgroundColor(0xffffff)
162 - .width('101%') 163 + .width('102%')
163 .margin({ bottom: 8, left: -6 }) 164 .margin({ bottom: 8, left: -6 })
164 } 165 }
165 166