王士厅

fix: '我的'预约、消息修改ui修改

... ... @@ -37,13 +37,13 @@ export struct AppointmentListChildComponent {
Image(this.loadImg ? this.item?.imageUrl[0] : '')
.backgroundColor(this.loadImg ? $r('app.color.color_B0B0B0') : 0xf5f5f5)
.width('100%')
.constraintSize({
maxHeight: 196
})
.aspectRatio(16 / 9)
.objectFit(ImageFit.Auto)
.interpolation(ImageInterpolation.High)
.borderRadius({
topLeft: 4,
topRight: 4
})
.borderRadius(4)
if (this.item.status == "wait") {
... ... @@ -70,14 +70,19 @@ export struct AppointmentListChildComponent {
.layoutWeight(1)
.textAlign(TextAlign.Start)
}
.margin({ bottom: 8, right: 8 })
.margin({ bottom: 12, right: 8 })
.alignItems(VerticalAlign.Center)
}.width('100%')
}
.width('100%')
.height('100%')
.alignItems(VerticalAlign.Bottom)
.justifyContent(FlexAlign.End)
.position({
x: '80.5%'
})
}
}.width('100%')
}
.width('100%')
.height(196)
Column() {
... ...