wangyong_wd

style:人民号横划卡优化

@@ -44,6 +44,7 @@ export struct ZhSingleRow05 { @@ -44,6 +44,7 @@ export struct ZhSingleRow05 {
44 }) 44 })
45 } 45 }
46 .listDirection(Axis.Horizontal) 46 .listDirection(Axis.Horizontal)
  47 + .scrollBar(BarState.Off)
47 } 48 }
48 .width(CommonConstants.FULL_WIDTH) 49 .width(CommonConstants.FULL_WIDTH)
49 .height(170) 50 .height(170)
@@ -125,6 +126,7 @@ struct CreatorItem { @@ -125,6 +126,7 @@ struct CreatorItem {
125 .fontSize($r('app.float.font_size_12')) 126 .fontSize($r('app.float.font_size_12'))
126 .margin({ top: 8, bottom: 14 }) 127 .margin({ top: 8, bottom: 14 })
127 .textOverflowStyle(2) 128 .textOverflowStyle(2)
  129 + .height(34)
128 if (!this.rmhIsAttention) { 130 if (!this.rmhIsAttention) {
129 Text('关注') 131 Text('关注')
130 .width(60) 132 .width(60)