fix: 修复弹窗中使用裁剪图片会出现层级问题 (#8156)

* fix(@vben/playground): 弹窗中使用裁剪图片会出现层级问题

* fix(project): 修复弹窗中裁剪图片在 web-antd 与 web-antdv-next 的层级问题
This commit is contained in:
JyQAQ
2026-07-17 15:17:37 +08:00
committed by GitHub
parent 6910c691f7
commit 8ac66a96bc
3 changed files with 3 additions and 0 deletions

View File

@@ -360,6 +360,7 @@ function cropImage(file: File, aspectRatio: string | undefined) {
]),
centered: true,
width: 548,
zIndex: 9999,
keyboard: false,
maskClosable: false,
closable: false,

View File

@@ -379,6 +379,7 @@ function cropImage(file: File, aspectRatio: string | undefined) {
]),
centered: true,
width: 548,
zIndex: 9999,
keyboard: false,
maskClosable: false,
closable: false,

View File

@@ -379,6 +379,7 @@ function cropImage(file: File, aspectRatio: string | undefined) {
]),
centered: true,
width: 548,
zIndex: 9999,
keyboard: false,
maskClosable: false,
closable: false,