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

This commit is contained in:
疯狂的狮子li
2023-04-06 11:19:31 +08:00
parent ccbe849103
commit c65536ee6f
2 changed files with 11 additions and 18 deletions

View File

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