Skip to content

Commit

Permalink
修复一处显示bug
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed May 14, 2018
1 parent 37ebb91 commit 2de4429
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/views/layout/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ alert(1)
top: 0;
bottom: 0;
left: 0;
right: -7px;
overflow-y: scroll;
width: 180px;
overflow-y: auto;
overflow-x: hidden;
}
.main-container {
Expand Down
2 changes: 1 addition & 1 deletion src/views/layout/Sidebar.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div id="menu">
<el-menu mode="vertical" :default-active="$route.path">
<el-menu mode="vertical" style="border:none" :default-active="$route.path">
<sidebar-item :routes='permission_routers'></sidebar-item>
</el-menu>
<img src="../../assets/401.gif" v-show="sidebar" style="position:fixed;bottom:10px;left:10px;z-index:1111;width:150px">
Expand Down

0 comments on commit 2de4429

Please sign in to comment.