This commit is contained in:
Pan 2018-04-13 10:20:18 +08:00
parent 4c48c52f71
commit 1d6cdb522a
2 changed files with 2 additions and 4 deletions

View File

@ -4,10 +4,10 @@
min-height: 100%;
transition: margin-left .28s;
margin-left: 180px;
} // 侧边栏
}
// 侧边栏
.sidebar-container {
transition: width .28s;
// background: red;
width: 180px !important;
height: 100%;
position: fixed;
@ -71,4 +71,3 @@
min-width: 180px !important;
}
}

View File

@ -15,7 +15,6 @@
</scroll-bar>
</template>
<script>
import { mapGetters } from 'vuex'
import SidebarItem from './SidebarItem'