From cd11db63ebe35a5caec54c519773b0702d474f85 Mon Sep 17 00:00:00 2001 From: alger Date: Thu, 21 Dec 2023 16:45:06 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20=E5=AE=8C=E5=96=84=E6=92=AD?= =?UTF-8?q?=E6=94=BE=E5=88=97=E8=A1=A8=E9=97=AE=E9=A2=98=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=20=E6=BB=9A=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/AppLayout.vue | 2 +- src/layout/components/PlayBar.vue | 3 +- src/store/index.ts | 8 ++++ src/views/search/index.vue | 17 +++++--- src/views/user/index.vue | 71 +++++++++++++++++-------------- 5 files changed, 60 insertions(+), 41 deletions(-) diff --git a/src/layout/AppLayout.vue b/src/layout/AppLayout.vue index cb258dd..425bf93 100644 --- a/src/layout/AppLayout.vue +++ b/src/layout/AppLayout.vue @@ -68,7 +68,7 @@ const menus = store.state.menus; height: 100vh; &-content { @apply rounded-2xl pb-28 box-border; - height: calc(100vh - 60px); + height: 100vh; } &-page { margin: 20px 0; diff --git a/src/layout/components/PlayBar.vue b/src/layout/components/PlayBar.vue index f268ec1..0396d36 100644 --- a/src/layout/components/PlayBar.vue +++ b/src/layout/components/PlayBar.vue @@ -82,11 +82,10 @@