perf[Style]: refine fixed-header style when open el-dialog
This commit is contained in:
parent
896962a5c5
commit
9793fff12d
|
@ -27,7 +27,14 @@ export default {
|
||||||
}
|
}
|
||||||
.fixed-header+.app-main {
|
.fixed-header+.app-main {
|
||||||
padding-top: 50px;
|
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>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue