bug修改
This commit is contained in:
@@ -618,7 +618,7 @@ export struct PatientListComp {
|
||||
weight: FontWeight.Bolder
|
||||
})
|
||||
.position({ x: this.displayClass.width / this.displayClass.densityPixels - 30 })
|
||||
.zIndex(999) // 确保在最上层
|
||||
.zIndex(998) // 确保在最上层
|
||||
|
||||
Column()
|
||||
{
|
||||
@@ -636,6 +636,7 @@ export struct PatientListComp {
|
||||
.backgroundImagePosition(Alignment.Center)
|
||||
.backgroundImage($r('app.media.patientgif'))
|
||||
.backgroundColor('#44444444')
|
||||
.zIndex(999) // 确保在最上层
|
||||
}
|
||||
.layoutWeight(1)
|
||||
.width('100%')
|
||||
|
||||
Reference in New Issue
Block a user