diff --git a/src/renderer/components/layout/PlayBar/index.vue b/src/renderer/components/layout/PlayBar/index.vue index f52d0f51..b5c5dec0 100644 --- a/src/renderer/components/layout/PlayBar/index.vue +++ b/src/renderer/components/layout/PlayBar/index.vue @@ -9,40 +9,93 @@
LX
-
-
- {{ title }} +
+
+ {{ nowPlayTimeStr }} +
+ +
+ {{ maxPlayTimeStr }}
-
{{ statusText }}
-
- {{ nowPlayTimeStr }} -
- +
+
+
+ {{ 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%;