bug修改

This commit is contained in:
XiuYun CHEN
2025-08-11 15:01:18 +08:00
parent 2ae59301fd
commit 5212bfee2c
5 changed files with 12 additions and 9 deletions
@@ -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%')