From c46abc1c797b55449f18254f7bb5044c06d130ba Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期三, 05 四月 2023 18:30:25 +0800 Subject: [PATCH] 优化固定头部页签滚动条被隐藏的问题 --- src/layout/index.vue | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) 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 @@ 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; } -- Gitblit v1.9.3