perf[Style]: refine fixed-header style when open el-dialog

This commit is contained in:
Pan 2019-05-08 18:10:41 +08:00
parent 2364fecbdd
commit 013f4fd91b
1 changed files with 8 additions and 0 deletions

View File

@ -47,3 +47,11 @@ export default {
}
</style>
<style lang="scss">
// fix css style bug in open el-dialog
.el-popup-parent--hidden {
.fixed-header {
padding-right: 15px;
}
}
</style>