|
@@ -7831,7 +7831,7 @@ export struct LocalMusic {
|
|
|
.fontColor($r('app.color.text_color'))
|
|
.fontColor($r('app.color.text_color'))
|
|
|
.margin({ left: 22 })
|
|
.margin({ left: 22 })
|
|
|
|
|
|
|
|
- TextInput({ text: this.titleStr||item.name })
|
|
|
|
|
|
|
+ TextInput({ text: this.titleStr })
|
|
|
.height(40)
|
|
.height(40)
|
|
|
.maxLines(1)
|
|
.maxLines(1)
|
|
|
.fontSize(14)
|
|
.fontSize(14)
|
|
@@ -7870,7 +7870,7 @@ export struct LocalMusic {
|
|
|
.fontColor($r('app.color.text_color'))
|
|
.fontColor($r('app.color.text_color'))
|
|
|
.margin({ left: 22 })
|
|
.margin({ left: 22 })
|
|
|
|
|
|
|
|
- TextInput({ text: this.artistStr||item.artist })
|
|
|
|
|
|
|
+ TextInput({ text: this.artistStr })
|
|
|
.height(40)
|
|
.height(40)
|
|
|
.maxLines(1)
|
|
.maxLines(1)
|
|
|
.fontSize(14)
|
|
.fontSize(14)
|
|
@@ -7890,7 +7890,7 @@ export struct LocalMusic {
|
|
|
.fontSize(14)
|
|
.fontSize(14)
|
|
|
.fontColor($r('app.color.text_color'))
|
|
.fontColor($r('app.color.text_color'))
|
|
|
.margin({ left: 22 })
|
|
.margin({ left: 22 })
|
|
|
- TextInput({ text: this.ablumStr||item.album })
|
|
|
|
|
|
|
+ TextInput({ text: this.ablumStr})
|
|
|
.height(40)
|
|
.height(40)
|
|
|
.maxLines(1)
|
|
.maxLines(1)
|
|
|
.fontSize(14)
|
|
.fontSize(14)
|