|
|
@@ -97,11 +97,6 @@ struct SettingPage {
|
|
|
.backgroundColor('#1c1c1c1a')
|
|
|
}
|
|
|
.padding({ left: 12, right: 8 })
|
|
|
- .bindSheet($$this.showHeaderImgRevise, this.changeBuilder, {
|
|
|
- height: 204,
|
|
|
- backgroundColor: Color.White,
|
|
|
- showClose: false
|
|
|
- })
|
|
|
}
|
|
|
})
|
|
|
Blank()
|
|
|
@@ -157,7 +152,11 @@ struct SettingPage {
|
|
|
})
|
|
|
}
|
|
|
.padding({ bottom: this.safeBottom })
|
|
|
-
|
|
|
+ .bindSheet($$this.showHeaderImgRevise, this.changeBuilder, {
|
|
|
+ height: 204,
|
|
|
+ backgroundColor: Color.White,
|
|
|
+ showClose: false
|
|
|
+ })
|
|
|
}
|
|
|
|
|
|
@Builder
|