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 {