From ddc463798aae337f13db1a4b560db5a89552b293 Mon Sep 17 00:00:00 2001
From: toesbieya <1647775459@qq.com>
Date: Sat, 26 Jun 2021 13:56:50 +0800
Subject: [PATCH] =?UTF-8?q?el-admin-layout=E6=9B=B4=E6=96=B0=E8=87=B30.8.5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
vue/full/src/asset/style/cover/el-admin-layout.scss | 11 +----------
vue/full/src/component/form/Anchor/index.vue | 8 ++++----
2 files changed, 5 insertions(+), 14 deletions(-)
diff --git a/vue/full/src/asset/style/cover/el-admin-layout.scss b/vue/full/src/asset/style/cover/el-admin-layout.scss
index 6c2e988..a0aaf0c 100644
--- a/vue/full/src/asset/style/cover/el-admin-layout.scss
+++ b/vue/full/src/asset/style/cover/el-admin-layout.scss
@@ -1,13 +1,4 @@
//如果使用auto的话,滚动条会占据容器宽度,这样的自适应高度比较麻烦,所以偷个懒
-.page-main > .scroll-container {
+.page-main > .page-content {
overflow: overlay;
}
-
-//TODO 升级el-admin-layout至0.8.3可解决
-.right-out,
-.left-out {
- &-leave-active,
- &-enter-active {
- position: inherit;
- }
-}
diff --git a/vue/full/src/component/form/Anchor/index.vue b/vue/full/src/component/form/Anchor/index.vue
index 4953e44..2b59ef6 100644
--- a/vue/full/src/component/form/Anchor/index.vue
+++ b/vue/full/src/component/form/Anchor/index.vue
@@ -13,11 +13,11 @@