From 3a5377595bd6ed7f6205a86c4ec0d1abe24e3e01 Mon Sep 17 00:00:00 2001 From: Astrian Zheng Date: Mon, 26 May 2025 17:00:24 +1000 Subject: [PATCH] =?UTF-8?q?style(=E9=A1=B5=E9=9D=A2=E5=B8=83=E5=B1=80):=20?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=A4=9A=E4=B8=AA=E9=A1=B5=E9=9D=A2=E7=9A=84?= =?UTF-8?q?=E9=A1=B6=E9=83=A8=E9=97=B4=E8=B7=9D=E5=92=8C=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E6=A0=8F=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 为Home和AlbumDetail页面添加统一的顶部间距 - 修改App.vue导航栏为绝对定位并增加z-index - 在Playroom页面实现控制器元素的粘性定位并动态计算位置 --- src/App.vue | 2 +- src/pages/AlbumDetail.vue | 2 +- src/pages/Home.vue | 2 +- src/pages/Playroom.vue | 12 ++++++++++-- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/src/App.vue b/src/App.vue index e34fea6..4a1b04e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -12,7 +12,7 @@ const route = useRoute()