From c46abc1c797b55449f18254f7bb5044c06d130ba Mon Sep 17 00:00:00 2001 From: RuoYi Date: Wed, 5 Apr 2023 18:30:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=9B=BA=E5=AE=9A=E5=A4=B4?= =?UTF-8?q?=E9=83=A8=E9=A1=B5=E7=AD=BE=E6=BB=9A=E5=8A=A8=E6=9D=A1=E8=A2=AB?= =?UTF-8?q?=E9=9A=90=E8=97=8F=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/index.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/layout/index.vue b/src/layout/index.vue index 2df75bd..fc3a796 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -74,10 +74,14 @@ function setLayout() { height: 100%; width: 100%; - .el-scrollbar{ + .el-scrollbar { height: 100%; } + :deep(.el-scrollbar__bar).is-vertical { + z-index: 10; + } + :deep(.el-scrollbar__wrap) { overflow-x: hidden; }