|
|
@@ -1571,10 +1571,9 @@ export struct NavidromePage {
|
|
|
// 空状态
|
|
|
if (this.getCurrentCount() === 0 && !(this.selectedTab === 0 && this.filterType !== NavFilterType.None && this.isFilterLoading) && !(this.isSearchMode && this.searchText.length > 0 && this.isSearchLoading)) {
|
|
|
Column() {
|
|
|
- Image($r('app.media.alt'))
|
|
|
- .width(80)
|
|
|
- .height(80)
|
|
|
- .opacity(0.6)
|
|
|
+ SymbolGlyph($r('sys.symbol.music_fill'))
|
|
|
+ .fontSize(50)
|
|
|
+ .opacity(0.3)
|
|
|
|
|
|
Text(this.getEmptyTitle())
|
|
|
.margin({ top: 16 })
|
|
|
@@ -1588,6 +1587,7 @@ export struct NavidromePage {
|
|
|
}
|
|
|
.width('100%')
|
|
|
.layoutWeight(1)
|
|
|
+ .margin({ bottom: 180 })
|
|
|
.justifyContent(FlexAlign.Center)
|
|
|
}
|
|
|
}
|