陈剑华

fix: 直播预约卡折叠屏只有一项时ui优化

... ... @@ -372,7 +372,7 @@ export struct ZhSingleRow03 {
})
Text(item.newsTitle)
.width(201)
.width('calc(100% - 106vp - 12vp)')
.height(60)
.maxLines(3)
.textOverflow({overflow: TextOverflow.Ellipsis})
... ... @@ -380,6 +380,7 @@ export struct ZhSingleRow03 {
}
.margin({bottom: 16})
.justifyContent(FlexAlign.Start)
.width('100%')
Row() {
Flex({justifyContent: FlexAlign.SpaceBetween}){
... ...