优化弹窗后导航栏偏移的问题

This commit is contained in:
RuoYi
2023-03-18 10:43:52 +08:00
parent 230e2bb3f4
commit 33a0806cbe
2 changed files with 21 additions and 20 deletions

View File

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