From 6293c633b4e62684857f781e05b6f8aa40719bd7 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Tue, 17 Feb 2026 13:05:18 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E8=B0=83=E6=95=B4=E4=BE=A7?= =?UTF-8?q?=E8=BE=B9=E6=A0=8F=EF=BC=8C=E6=BA=A2=E5=87=BA=E6=BB=9A=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/app/t-sidebar.vue | 391 ++++++++++++++++--------------- 1 file changed, 207 insertions(+), 184 deletions(-) diff --git a/src/components/app/t-sidebar.vue b/src/components/app/t-sidebar.vue index 300b4a7a..df1cfba9 100644 --- a/src/components/app/t-sidebar.vue +++ b/src/components/app/t-sidebar.vue @@ -7,190 +7,203 @@ :prepend-icon="rail ? 'mdi-chevron-right' : undefined" @click="rail = !rail" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
@@ -812,9 +825,19 @@ async function tryLaunchGame(): Promise { .side-list { position: relative; height: 100%; + padding-top: 0; + padding-right: 0; + padding-bottom: 0; font-family: var(--font-title); } +.mid-menu { + position: relative; + width: 100%; + max-height: calc(100vh - 280px); + overflow: hidden auto; +} + .bottom-menu { position: absolute; bottom: 0;