Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
王士厅
2024-08-30 19:47:01 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0ae65937aca4be66faa1b2e1e5b8b47b4dba38d1
0ae65937
1 parent
848d55ab
fix: '我的'预约、消息修改ui修改
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
7 deletions
sight_harmony/features/wdComponent/src/main/ets/components/mine/appointment/AppointmentListChildComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/mine/appointment/AppointmentListChildComponent.ets
View file @
0ae6593
...
...
@@ -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() {
...
...
Please
register
or
login
to post a comment