陈剑华

fix: ui debug

... ... @@ -83,7 +83,7 @@ export struct Card19Component {
Text(this.contentDTO.newsTitle)
.fontSize($r('app.float.font_size_17'))
.fontColor($r('app.color.color_222222'))
.textOverflowStyle(2)
.textOverflowStyle(3)
.margin({ bottom: 8 })
.width(CommonConstants.FULL_WIDTH)
.onClick((event: ClickEvent) => {
... ... @@ -191,12 +191,12 @@ struct createImg {
if (this.getPicType() === 1) {
Image(item.fullUrl)
.width('100%')
.height(172)
// .height(172)
.autoResize(true)
.borderRadius(this.caclImageRadius(index))
} else if (this.getPicType() === 2) {
Image(item.fullUrl)
.width('100%')
// .width('100%')
.height(305)
.autoResize(true)
.borderRadius(this.caclImageRadius(index))
... ...
... ... @@ -57,7 +57,7 @@ export struct Card20Component {
.fontSize($r('app.float.font_size_17'))
.fontColor($r('app.color.color_222222'))
.width(CommonConstants.FULL_WIDTH)
.textOverflowStyle(2)
.textOverflowStyle(3)
.margin({ bottom: 8 })
.lineHeight(20)
}
... ...