From 3046be035fe2728c7fd4ab392973f1d2b8ff06e7 Mon Sep 17 00:00:00 2001 From: jinna Date: Wed, 10 Sep 2025 17:14:00 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A3=8E=E6=A0=BC=E4=BA=94=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/index/sidebar/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/page/index/sidebar/index.vue b/src/page/index/sidebar/index.vue index d7f4ee7..a3c4456 100644 --- a/src/page/index/sidebar/index.vue +++ b/src/page/index/sidebar/index.vue @@ -338,10 +338,10 @@ export default { } &.six_menu { - display: flex; + display: block; height: 100%; - flex-direction: column; - justify-content: flex-start; + overflow: auto; + // justify-content: flex-start; width: 60px; color: #0066ff;