refactor:refine sidebar css

This commit is contained in:
Pan
2017-11-21 10:14:20 +08:00
parent a9363ce541
commit 3f9df15c30
4 changed files with 18 additions and 7 deletions

View File

@@ -41,14 +41,16 @@ export default {
</script>
<style rel="stylesheet/scss" lang="scss" scoped>
@import '../../styles/variables.scss';
.scroll-container {
position: relative;
width: 100%;
height: 100%;
background-color: #545c64;
background-color: $menuBg;
.scroll-wrapper {
position: absolute;
width: 100%;
width: 100%!important;
}
}
</style>