Commit 9793fff1 authored by Pan's avatar Pan

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

parent 896962a5
......@@ -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>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment