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-10-10 11:19:24 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
67f8aaa62553e99a3d67ece4aa055ecfe69dbd92
67f8aaa6
2 parents
7384916d
3d959a88
Merge remote-tracking branch 'origin/main'
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
11 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 @
67f8aaa
...
...
@@ -37,17 +37,11 @@ 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(4)
.borderStyle(BorderStyle.Solid)
.aspectRatio(167 / 95)
.borderWidth(0.5)
.borderColor($r('app.color.color_0D000000'))
.borderRadius(4)
.borderStyle(BorderStyle.Solid)
if (this.item.status == "wait") {
Row() {
...
...
@@ -81,7 +75,7 @@ export struct AppointmentListChildComponent {
.alignItems(VerticalAlign.Bottom)
.justifyContent(FlexAlign.End)
.position({
x: '8
0
.5%'
x: '8
5
.5%'
})
}
}
...
...
@@ -147,7 +141,7 @@ export struct AppointmentListChildComponent {
}
}
.height(24)
.width(this.item.status == "wait"?150:82)
//
.width(this.item.status == "wait"?150:82)
.padding({ left: 10, right: 10})
.alignItems(VerticalAlign.Center)
.backgroundColor($r('app.color.color_F5F5F5'))
...
...
Please
register
or
login
to post a comment