Merge branch 'master' into permission-control

permission-control
Pan 2019-05-08 18:12:14 +08:00
commit 49645aef79
1 changed files with 9 additions and 2 deletions

View File

@ -27,7 +27,14 @@ export default {
}
.fixed-header+.app-main {
padding-top: 50px;
height: 100vh;
overflow: auto;
}
</style>
<style lang="scss">
// fix css style bug in open el-dialog
.el-popup-parent--hidden {
.fixed-header {
padding-right: 15px;
}
}
</style>