From ffca4e195b405f00e072ef9e8cb7b52123d57e21 Mon Sep 17 00:00:00 2001 From: longjuan <769022681@qq.com> Date: Fri, 10 Feb 2023 12:26:15 +0800 Subject: [PATCH] fix: menu scroll bar is blocked (halo-dev/console#845) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /kind improvement /area console #### What this PR does / why we need it: 使左侧菜单栏滚动条不被遮挡 #### Which issue(s) this PR fixes: Fixes https://github.com/halo-dev/halo/issues/3272 #### Screenshots: ![image](https://user-images.githubusercontent.com/28662535/217997111-36676220-b539-417d-b606-a1fe336c9474.png) ![image](https://user-images.githubusercontent.com/28662535/217997152-165bb976-8cfa-480a-b27a-6478c2bad568.png) ![image](https://user-images.githubusercontent.com/28662535/217997216-820de8fb-9526-4e23-9fec-17e8f2e8ebab.png) #### Special notes for your reviewer: 分为logo、可滚动(搜索、菜单)、用户信息三部分,不妥就关闭这个PR吧 #### Does this PR introduce a user-facing change? ```release-note 完整显示左侧菜单栏滚动条 ``` --- src/layouts/BasicLayout.vue | 185 +++++++++++++++++++----------------- 1 file changed, 97 insertions(+), 88 deletions(-) diff --git a/src/layouts/BasicLayout.vue b/src/layouts/BasicLayout.vue index 06e329e27..9092c952d 100644 --- a/src/layouts/BasicLayout.vue +++ b/src/layouts/BasicLayout.vue @@ -187,7 +187,9 @@ onMounted(generateMenus);