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

pull/2038/head
Pan 6 years ago
parent 2364fecbdd
commit 013f4fd91b

@ -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>

Loading…
Cancel
Save