fix: 修复弹窗显示时导航栏有空白问题

This commit is contained in:
“huailei000” 2023-02-06 17:46:46 +08:00 committed by huailei
parent 46e79e5a53
commit 66c4d3da91

View File

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