From 6c94435ff67cfca7f0a5fe3d3e5fb50e72bf43c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8D=A3=E9=A1=B6?= Date: Fri, 19 Apr 2024 02:13:58 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=BB=9F=E4=B8=80=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ThemeSwitch.vue | 4 ++-- src/components/bottom-panel/BottomPanel.vue | 18 +++++++++--------- src/components/bottom-panel/TrackList.vue | 2 +- src/components/left-panel/LeftPanel.vue | 8 ++++---- src/components/left-panel/VideoList.vue | 2 +- src/components/player/ContextMenu.vue | 4 ++-- src/views/main-page.vue | 2 +- 7 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/components/ThemeSwitch.vue b/src/components/ThemeSwitch.vue index db71cf0..d5471c3 100644 --- a/src/components/ThemeSwitch.vue +++ b/src/components/ThemeSwitch.vue @@ -7,7 +7,7 @@ @@ -18,7 +18,7 @@ diff --git a/src/components/bottom-panel/BottomPanel.vue b/src/components/bottom-panel/BottomPanel.vue index 612b611..300585b 100644 --- a/src/components/bottom-panel/BottomPanel.vue +++ b/src/components/bottom-panel/BottomPanel.vue @@ -31,15 +31,15 @@ function toggleCanvasFullScreen() { }
+
-
+
- - - - - + + + + +
@@ -53,7 +53,7 @@ function toggleCanvasFullScreen() { {{ `${formatSeconds(currentTime)} / ${formatSeconds(duration)}` }}
- +
{{ '40%' }}
- + diff --git a/src/components/bottom-panel/TrackList.vue b/src/components/bottom-panel/TrackList.vue index 279bd83..1c9fbf7 100644 --- a/src/components/bottom-panel/TrackList.vue +++ b/src/components/bottom-panel/TrackList.vue @@ -17,7 +17,7 @@ const videoTrackList = computed(() => { })