fix: 修复弹窗中使用裁剪图片会出现层级问题 (#8156)
* fix(@vben/playground): 弹窗中使用裁剪图片会出现层级问题 * fix(project): 修复弹窗中裁剪图片在 web-antd 与 web-antdv-next 的层级问题
This commit is contained in:
@@ -360,6 +360,7 @@ function cropImage(file: File, aspectRatio: string | undefined) {
|
||||
]),
|
||||
centered: true,
|
||||
width: 548,
|
||||
zIndex: 9999,
|
||||
keyboard: false,
|
||||
maskClosable: false,
|
||||
closable: false,
|
||||
|
||||
@@ -379,6 +379,7 @@ function cropImage(file: File, aspectRatio: string | undefined) {
|
||||
]),
|
||||
centered: true,
|
||||
width: 548,
|
||||
zIndex: 9999,
|
||||
keyboard: false,
|
||||
maskClosable: false,
|
||||
closable: false,
|
||||
|
||||
@@ -379,6 +379,7 @@ function cropImage(file: File, aspectRatio: string | undefined) {
|
||||
]),
|
||||
centered: true,
|
||||
width: 548,
|
||||
zIndex: 9999,
|
||||
keyboard: false,
|
||||
maskClosable: false,
|
||||
closable: false,
|
||||
|
||||
Reference in New Issue
Block a user