From a40268e1340f219cd0c1c5cc2e4d5d295541396e Mon Sep 17 00:00:00 2001 From: Astrian Zheng Date: Sun, 25 May 2025 17:52:34 +1000 Subject: [PATCH] =?UTF-8?q?style(Playroom):=20=E8=B0=83=E6=95=B4=E5=B8=83?= =?UTF-8?q?=E5=B1=80=E9=97=B4=E8=B7=9D=E4=BB=A5=E6=8F=90=E5=8D=87=E8=A7=86?= =?UTF-8?q?=E8=A7=89=E4=B8=80=E8=87=B4=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将按钮之间的间距从 `gap-12` 调整为 `gap-16`,并重新排列部分按钮的布局,以提高页面的视觉一致性和美观性。 --- src/pages/Playroom.vue | 76 ++++++++++++++++++++++-------------------- 1 file changed, 39 insertions(+), 37 deletions(-) diff --git a/src/pages/Playroom.vue b/src/pages/Playroom.vue index 80d713a..d928fa7 100644 --- a/src/pages/Playroom.vue +++ b/src/pages/Playroom.vue @@ -100,7 +100,7 @@ function playPrevious() {
-
+
@@ -129,47 +129,49 @@ function playPrevious() { @click="displayTimeLeft = !displayTimeLeft">{{ `${displayTimeLeft ? '-' : ''}${timeFormatter(displayTimeLeft ? Math.floor(playQueueStore.duration) - Math.floor(playQueueStore.currentTime) : playQueueStore.duration)}` }}
-
-
- - -
+ +
-
+
+
+ + +
- +
- + - -
+ -
-
- - -
+ +
+ +
+
+ +