Преглед изворни кода

list和grid的Bottom修改

onecold пре 1 година
родитељ
комит
1fff251fcc
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      entry/src/main/ets/view/LocalMusic.ets

+ 2 - 2
entry/src/main/ets/view/LocalMusic.ets

@@ -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 }),