From 3023037911683516fbdcf40859ae589946244932 Mon Sep 17 00:00:00 2001 From: QM303176530 <303176530@qq.com> Date: Mon, 27 Apr 2020 22:59:58 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B6=E6=A0=8F=E5=90=B8=E9=A1=B6=20?= =?UTF-8?q?=E4=BE=A7=E8=BE=B9=E6=A0=8F=E6=94=B6=E8=B5=B7=E6=97=B6=E4=B8=8D?= =?UTF-8?q?=E8=83=BD=E6=AD=A3=E5=B8=B8=E6=98=BE=E7=A4=BA=E7=9A=84bug?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../layout/aside/historyComponent/history.vue | 2 +- web/src/view/layout/aside/index.vue | 2 +- web/src/view/layout/index.vue | 48 +++++++++++-------- 3 files changed, 31 insertions(+), 21 deletions(-) diff --git a/web/src/view/layout/aside/historyComponent/history.vue b/web/src/view/layout/aside/historyComponent/history.vue index 014443c7..6ead92bf 100644 --- a/web/src/view/layout/aside/historyComponent/history.vue +++ b/web/src/view/layout/aside/historyComponent/history.vue @@ -38,7 +38,7 @@ export default { const obj = {} obj.name = route.name obj.meta = route.meta - this.historys.push(obj) + this.historys.push(obj) } this.activeValue = this.$route.name }, diff --git a/web/src/view/layout/aside/index.vue b/web/src/view/layout/aside/index.vue index 131a0de8..f5268ed8 100644 --- a/web/src/view/layout/aside/index.vue +++ b/web/src/view/layout/aside/index.vue @@ -2,7 +2,7 @@
+ +
+ + + + + + + + + + + + 确 定
-
- - - - - - - - - - - - - - - @@ -221,8 +225,15 @@ $mainHight: 100vh; .dropdown-group { min-width: 100px; } +.topfix{ + position:fixed; + top:0; + box-sizing: border-box; + z-index: 999; +} .admin-box{ background-color: rgb(255,255,255); + margin-top: 100px; } .el-scrollbar__wrap { padding-bottom: 17px; @@ -260,7 +271,6 @@ $mainHight: 100vh; } .router-history{ background: #fff; - margin-top: 1px; padding: 0 6px; } &.el-main {