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 6c8d7a164f
commit ad689e3f96
1 changed files with 8 additions and 0 deletions

View File

@ -49,3 +49,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>