-
+
+
+
+ {{ title }}
+
+
+ {{ statusText }}
+
-
-
{{ maxPlayTimeStr }}
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -108,7 +161,7 @@ export default {
const title = computed(() => {
return musicInfo.name
? appSetting['download.fileName'].replace('歌名', musicInfo.name).replace('歌手', musicInfo.singer)
- : ''
+ : '^-^'
})
// onBeforeUnmount(() => {
@@ -228,11 +281,6 @@ export default {
top: 0px;
width: calc(100% - 65px - 10px);
justify-content: center;
- align-items: flex-start;
- font-size: 13px;
- color: var(--color-font);
- min-width: 0;
- line-height: 1.5;
}
.timeContent {
width: 100%;