陈剑华

feat: 0530紧急ui bug

@@ -234,6 +234,7 @@ struct CreatorItem { @@ -234,6 +234,7 @@ struct CreatorItem {
234 .width(140) 234 .width(140)
235 .margin({bottom: 8}) 235 .margin({bottom: 8})
236 .height(42) 236 .height(42)
  237 + .lineHeight(21)
237 } 238 }
238 } 239 }
239 .width(156) 240 .width(156)
@@ -131,6 +131,7 @@ export struct HorizontalStrokeCardThreeTwoRadioForMoreComponent { @@ -131,6 +131,7 @@ export struct HorizontalStrokeCardThreeTwoRadioForMoreComponent {
131 .width(150) 131 .width(150)
132 .lineHeight(19) 132 .lineHeight(19)
133 .height(42) 133 .height(42)
  134 + .lineHeight(21)
134 } 135 }
135 .padding({ right: 16 }) 136 .padding({ right: 16 })
136 // .offset({x:16}) 137 // .offset({x:16})
@@ -153,6 +153,7 @@ export struct LiveHorizontalCardComponent { @@ -153,6 +153,7 @@ export struct LiveHorizontalCardComponent {
153 .margin({ top: 8 }) 153 .margin({ top: 8 })
154 .width(this.compDTO.operDataList.length == 2 ? 210 : 150) 154 .width(this.compDTO.operDataList.length == 2 ? 210 : 150)
155 .height(42) 155 .height(42)
  156 + .lineHeight(21)
156 } 157 }
157 .padding({ right: 16 }) 158 .padding({ right: 16 })
158 .onClick(() => { 159 .onClick(() => {