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 @@