|
|
@@ -3348,7 +3348,7 @@ export struct LocalMusic {
|
|
|
.animation({ duration: 500, curve: Curve.Ease }))
|
|
|
// .margin({ bottom: this.isCoverOpacity() ? 80 : 175 })
|
|
|
.margin({ bottom: this.isCoverOpacity() ? (this.isShowCoverHeader()? 45:80)
|
|
|
- :(this.isShowCoverHeader()? 95:175) })
|
|
|
+ :(this.isShowCoverHeader()? 95:178) })
|
|
|
.layoutWeight(1)
|
|
|
.scrollBar(BarState.Off)
|
|
|
.supportAnimation(true)
|
|
|
@@ -3892,7 +3892,7 @@ export struct LocalMusic {
|
|
|
}))
|
|
|
// .divider({ strokeWidth: 1, color: this.isDarkMode? '#333333':'#ffe9f0f0' })
|
|
|
.margin({ bottom: this.isCoverOpacity() ? (this.isShowCoverHeader()? 25:80)
|
|
|
- :(this.isShowCoverHeader()? 75:166) })
|
|
|
+ :(this.isShowCoverHeader()? 85:175) })
|
|
|
.cachedCount(6)
|
|
|
.borderRadius(20)
|
|
|
.transition(TransitionEffect.asymmetric(TransitionEffect.scale({ x: 1.2, y: 1.2 }).animation({ duration: 500 }),
|