|
|
@@ -149,7 +149,7 @@ struct PlaylistDialogContent {
|
|
|
TextInput({ placeholder: '请输入歌单名称', text: this.playlistName })
|
|
|
.width('100%')
|
|
|
.height(40)
|
|
|
- .backgroundColor(this.isDarkMode ? '#2C2C2E' : $r('app.color.input_background'))
|
|
|
+ // .backgroundColor(this.isDarkMode ? '#2C2C2E' : $r('app.color.input_background'))
|
|
|
.borderRadius(8)
|
|
|
.padding({ left: 12, right: 12 })
|
|
|
.fontSize(14)
|
|
|
@@ -173,7 +173,7 @@ struct PlaylistDialogContent {
|
|
|
TextArea({ placeholder: '请输入歌单描述', text: this.playlistDescription })
|
|
|
.width('100%')
|
|
|
.height(80)
|
|
|
- .backgroundColor(this.isDarkMode ? '#2C2C2E' : $r('app.color.input_background'))
|
|
|
+ // .backgroundColor(this.isDarkMode ? '#2C2C2E' : $r('app.color.input_background'))
|
|
|
.borderRadius(8)
|
|
|
.padding({ left: 12, right: 12, top: 8, bottom: 8 })
|
|
|
.fontSize(14)
|
|
|
@@ -217,7 +217,7 @@ struct PlaylistDialogContent {
|
|
|
.margin({ top: 20, bottom: 20 })
|
|
|
}
|
|
|
.width('100%')
|
|
|
- .backgroundColor(this.isDarkMode ? '#1C1C1E' : $r('app.color.dialog_background'))
|
|
|
+ // .backgroundColor(this.isDarkMode ? '#1C1C1E' : $r('app.color.dialog_background'))
|
|
|
.borderRadius(12)
|
|
|
.padding({ left: 20, right: 20 })
|
|
|
}
|