|
|
@@ -6558,7 +6558,7 @@ export struct LocalMusic {
|
|
|
.columnsGap(12) // 列间距
|
|
|
.rowsGap(this.columns >= 4 ? 8 : (this.columns == 3 ? 10 : 14)) // 行间距
|
|
|
.cachedCount(this.columns >= 4 ? 2 : (this.columns == 3 ? 3 : 4))
|
|
|
- .padding({bottom:this.bottomBarHeight+10})
|
|
|
+ // .padding({bottom:this.bottomBarHeight+10})
|
|
|
.scrollBar(BarState.Off)
|
|
|
// .fadingEdge(true, { fadingEdgeLength: LengthMetrics.vp(38) })
|
|
|
// 效果:只有向上或者向下滑动到顶部时才会有弹簧回弹效果
|
|
|
@@ -6973,7 +6973,7 @@ export struct LocalMusic {
|
|
|
.width('94%')
|
|
|
.height('100%')
|
|
|
.editMode(true)
|
|
|
- .padding({bottom:this.bottomBarHeight+this.bottomSafeHeight+10})
|
|
|
+ .padding({bottom:this.bottomSafeHeight+10})
|
|
|
.reuseId('grid_item')
|
|
|
.layoutWeight(1)
|
|
|
.scrollBar(BarState.Off)
|