From 72224717f9c75fc93343fa6a795938c4be3855fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=80=E4=B8=87?= <52823142+Ten-K@users.noreply.github.com> Date: Sat, 30 Oct 2021 13:19:41 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=81=A2=E5=A4=8D=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E9=A1=B5=E6=A8=AA=E5=90=91=E6=BB=9A=E5=8A=A8=E6=9D=A1=20(#83)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * style: 恢复标签页横向滚动条 --- src/style/sidebar.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style/sidebar.scss b/src/style/sidebar.scss index ec02e95d1..5aad6fcd5 100644 --- a/src/style/sidebar.scss +++ b/src/style/sidebar.scss @@ -34,12 +34,12 @@ margin-left: $sideBarWidth; position: relative; @media screen and (min-width: 150px) and (max-width: 420px) { - .el-scrollbar__view { + .app-main .el-scrollbar__view:first-child { overflow-y: hidden; } } @media screen and (min-width: 420px) { - .el-scrollbar__view { + .app-main .el-scrollbar__view:first-child { overflow: hidden; } }