|
@@ -941,8 +941,8 @@ export struct LocalMusic {
|
|
|
$r('app.media.refresh')]
|
|
$r('app.media.refresh')]
|
|
|
let pup = XPopup.Builder()
|
|
let pup = XPopup.Builder()
|
|
|
.setPopupPosition(PopupPosition.BOTTOM)
|
|
.setPopupPosition(PopupPosition.BOTTOM)
|
|
|
- .atView('pup_positon_music')
|
|
|
|
|
.setBackgroundColor($r('app.color.title_bar_bg'))
|
|
.setBackgroundColor($r('app.color.title_bar_bg'))
|
|
|
|
|
+ .atView('pup_positon_music')
|
|
|
.asBubble(wrapBuilder(customPopupBuilder), dataBean)
|
|
.asBubble(wrapBuilder(customPopupBuilder), dataBean)
|
|
|
.show()
|
|
.show()
|
|
|
|
|
|
|
@@ -2246,7 +2246,7 @@ export struct LocalMusic {
|
|
|
ForEach(this.tabs, (i: string, index) => {
|
|
ForEach(this.tabs, (i: string, index) => {
|
|
|
Flex({ direction: FlexDirection.Column, alignItems: ItemAlign.Center }) {
|
|
Flex({ direction: FlexDirection.Column, alignItems: ItemAlign.Center }) {
|
|
|
Flex()
|
|
Flex()
|
|
|
- .backgroundColor($r('app.color.title_bar_bg'))
|
|
|
|
|
|
|
+ .backgroundColor($r('app.color.tab_item_bg'))
|
|
|
.borderRadius(20)
|
|
.borderRadius(20)
|
|
|
.padding(10)
|
|
.padding(10)
|
|
|
.margin(6)
|
|
.margin(6)
|