|
|
@@ -216,13 +216,17 @@ export struct AboutPage{
|
|
|
})
|
|
|
})
|
|
|
}
|
|
|
- .height('100%')
|
|
|
.width('100%')
|
|
|
|
|
|
}
|
|
|
- .height(px2vp(DisplayUtil.getHeight()-AppUtil.getStatusBarHeight()-AppUtil.getNavigationIndicatorHeight()))
|
|
|
+ .layoutWeight(1)
|
|
|
+ .transition(TransitionEffect.move(TransitionEdge.BOTTOM)
|
|
|
+ .animation({ duration: 380, curve: Curve.Ease,delay:50 }))
|
|
|
.backgroundColor(this.isDarkMode?Color.Black:this.themeColor)
|
|
|
.linearGradient(!this.isDarkMode ? {colors:[[this.themeColor, 0.0], [this.getGradientColor(this.themeColor, 40), 0.6]]} : undefined)
|
|
|
}
|
|
|
+ .layoutWeight(1)
|
|
|
+ .width('100%')
|
|
|
+ .height('100%')
|
|
|
}
|
|
|
}
|