|
@@ -2632,6 +2632,7 @@ export struct LocalMusic {
|
|
|
.fontColor(this.currentSong?.filePath === item.filePath ? this.themeColor :
|
|
.fontColor(this.currentSong?.filePath === item.filePath ? this.themeColor :
|
|
|
$r('app.color.text_color'))
|
|
$r('app.color.text_color'))
|
|
|
.margin({ left: this.twoFingerType == 3 ? 6 : 8 })
|
|
.margin({ left: this.twoFingerType == 3 ? 6 : 8 })
|
|
|
|
|
+ .padding({right:25})
|
|
|
.bindPopup(this.longItemFilePath === item.filePath, {
|
|
.bindPopup(this.longItemFilePath === item.filePath, {
|
|
|
builder: this.MenuBuilder(item,index,item.filePath),
|
|
builder: this.MenuBuilder(item,index,item.filePath),
|
|
|
placement: Placement.Top,
|
|
placement: Placement.Top,
|
|
@@ -2687,6 +2688,7 @@ export struct LocalMusic {
|
|
|
.fontColor(this.currentSong?.filePath === item.filePath ? this.themeColor :
|
|
.fontColor(this.currentSong?.filePath === item.filePath ? this.themeColor :
|
|
|
$r('app.color.text_color'))
|
|
$r('app.color.text_color'))
|
|
|
.margin({ left: this.twoFingerType == 3 ? 6 : 8 })
|
|
.margin({ left: this.twoFingerType == 3 ? 6 : 8 })
|
|
|
|
|
+ .padding({right:25})
|
|
|
Blank()
|
|
Blank()
|
|
|
Text(item.size)
|
|
Text(item.size)
|
|
|
.fontSize(this.twoFingerType == 1 ? 11 : this.twoFingerType == 2 ? 12 : 14)
|
|
.fontSize(this.twoFingerType == 1 ? 11 : this.twoFingerType == 2 ? 12 : 14)
|
|
@@ -2738,7 +2740,7 @@ export struct LocalMusic {
|
|
|
})
|
|
})
|
|
|
.visibility(this.isMultiSelect ? Visibility.Visible : Visibility.None)
|
|
.visibility(this.isMultiSelect ? Visibility.Visible : Visibility.None)
|
|
|
.onChange((checked: boolean) => this.handleFileSelection(item, checked))
|
|
.onChange((checked: boolean) => this.handleFileSelection(item, checked))
|
|
|
- .margin({ left: 20, top: 8, bottom: 8 })
|
|
|
|
|
|
|
+ .margin({ left: 20, top: 8, bottom: 8,right:18 })
|
|
|
.width(22)
|
|
.width(22)
|
|
|
.height(22)
|
|
.height(22)
|
|
|
|
|
|
|
@@ -5137,7 +5139,7 @@ export struct LocalMusic {
|
|
|
Text('歌词:')
|
|
Text('歌词:')
|
|
|
.fontSize(14)
|
|
.fontSize(14)
|
|
|
.fontColor($r('app.color.text_color'))
|
|
.fontColor($r('app.color.text_color'))
|
|
|
- .margin({ top:5,left: 22 })
|
|
|
|
|
|
|
+ .margin({ top:9,left: 22 })
|
|
|
|
|
|
|
|
Button({ type: ButtonType.Capsule, stateEffect: true }) {
|
|
Button({ type: ButtonType.Capsule, stateEffect: true }) {
|
|
|
SymbolGlyph($r('sys.symbol.trash_fill'))
|
|
SymbolGlyph($r('sys.symbol.trash_fill'))
|