陈剑华

fix: 17048 UI还原问题--【生产环境】正在直播,横滑动卡,字体问题,看图

@@ -166,9 +166,9 @@ export struct LiveHorizontalCardComponent { @@ -166,9 +166,9 @@ export struct LiveHorizontalCardComponent {
166 .textAlign(TextAlign.Start) 166 .textAlign(TextAlign.Start)
167 .margin({ top: 8 }) 167 .margin({ top: 8 })
168 .width(this.compDTO.operDataList.length == 2 ? 210 : 150) 168 .width(this.compDTO.operDataList.length == 2 ? 210 : 150)
169 - .height(42)  
170 .lineHeight(21) 169 .lineHeight(21)
171 } 170 }
  171 + .height(134)
172 .padding({ right: 16 }) 172 .padding({ right: 16 })
173 .onClick(() => { 173 .onClick(() => {
174 InfomationCardClick.track(this.compDTO, item, this.pageId, this.pageName) 174 InfomationCardClick.track(this.compDTO, item, this.pageId, this.pageName)