diff --git a/src/layout/Layout.vue b/src/layout/Layout.vue
index 4400b7f..4472436 100644
--- a/src/layout/Layout.vue
+++ b/src/layout/Layout.vue
@@ -14,14 +14,14 @@
-
+
-
+
@@ -102,7 +102,13 @@
position: absolute;
z-index: 999;
}
- .el-scrollbar{
- height: calc(100vh - 50px);
+ /*.el-scrollbar{*/
+ /*height: calc(100vh - 50px);*/
+ /*}*/
+ .no-head-scrollbar{
+ height: calc(100vh - 84px);
+ }
+ .has-head-scrollbar{
+ height: 100vh;
}