|
@@ -59,7 +59,8 @@ struct PlaylistDialogContent {
|
|
|
if (this.coverPath) {
|
|
if (this.coverPath) {
|
|
|
Image(this.coverPath)
|
|
Image(this.coverPath)
|
|
|
.width(80)
|
|
.width(80)
|
|
|
- .height(80).borderRadius(40)
|
|
|
|
|
|
|
+ .height(80)
|
|
|
|
|
+ .borderRadius(8)
|
|
|
.objectFit(ImageFit.Cover)
|
|
.objectFit(ImageFit.Cover)
|
|
|
} else {
|
|
} else {
|
|
|
// 默认封面图标
|
|
// 默认封面图标
|
|
@@ -72,7 +73,7 @@ struct PlaylistDialogContent {
|
|
|
.width(80)
|
|
.width(80)
|
|
|
.height(80)
|
|
.height(80)
|
|
|
.backgroundColor($r('app.color.input_background'))
|
|
.backgroundColor($r('app.color.input_background'))
|
|
|
- .borderRadius(40)
|
|
|
|
|
|
|
+ .borderRadius(8)
|
|
|
.justifyContent(FlexAlign.Center)
|
|
.justifyContent(FlexAlign.Center)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|