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

This commit is contained in:
RuoYi
2023-03-17 14:24:54 +08:00
parent 16c38acb10
commit 3286323c8c
3 changed files with 20 additions and 18 deletions

View File

@@ -42,12 +42,3 @@ const tagsViewStore = useTagsViewStore()
}
}
</style>
<style lang="scss">
// fix css style bug in open el-dialog
.el-popup-parent--hidden {
.fixed-header {
padding-right: 17px;
}
}
</style>