Skip to content

Commit

Permalink
feat: 修正权限弹窗居中问题 #2738
Browse files Browse the repository at this point in the history
  • Loading branch information
lannoy0523 committed Nov 8, 2024
1 parent 5f365c4 commit 51764a5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@
</script>

<style lang="scss" scoped>
::v-deep .bk-dialog {
width: 768px !important;
}
::v-deep .bk-dialog-wrapper .bk-dialog-content.bk-dialog-content-drag{
width: 768px !important;
}
Expand Down

0 comments on commit 51764a5

Please sign in to comment.