陈剑华

精选评论卡央视

@@ -27,6 +27,7 @@ const TAG = 'Zh_Single_Row-06' @@ -27,6 +27,7 @@ const TAG = 'Zh_Single_Row-06'
27 // operDataList: Array<operDataListItem> 27 // operDataList: Array<operDataListItem>
28 // } 28 // }
29 29
  30 +@Entry
30 @Component 31 @Component
31 export struct ZhSingleRow06 { 32 export struct ZhSingleRow06 {
32 @State compDTO: CompDTO = {} as CompDTO 33 @State compDTO: CompDTO = {} as CompDTO
@@ -44,9 +45,12 @@ export struct ZhSingleRow06 { @@ -44,9 +45,12 @@ export struct ZhSingleRow06 {
44 .textOverflow({overflow: TextOverflow.Ellipsis}) 45 .textOverflow({overflow: TextOverflow.Ellipsis})
45 .lineHeight(23) 46 .lineHeight(23)
46 .fontSize(16) 47 .fontSize(16)
47 - .margin({bottom: 19}) 48 + .margin({bottom: 10})
  49 + .padding({bottom: 10})
48 .textAlign(TextAlign.Start) 50 .textAlign(TextAlign.Start)
49 .width('100%') 51 .width('100%')
  52 + .border({width: {bottom: 1}})
  53 + .borderColor(0xf4f4f4)
50 54
51 55
52 Row() { 56 Row() {
@@ -98,8 +102,6 @@ export struct ZhSingleRow06 { @@ -98,8 +102,6 @@ export struct ZhSingleRow06 {
98 bottom: $r('app.float.card_comp_pagePadding_tb') 102 bottom: $r('app.float.card_comp_pagePadding_tb')
99 }) 103 })
100 .backgroundColor($r('app.color.white')) 104 .backgroundColor($r('app.color.white'))
101 - .margin({ bottom: 8 })  
102 - .height(251)  
103 } 105 }
104 106
105 @Builder 107 @Builder