mirror of
https://gitee.com/yudaocode/yudao-ui-admin-vben.git
synced 2025-12-30 02:22:25 +00:00
feat:【ele】【mall】ElDialog :append-to-body="true"
This commit is contained in:
@@ -295,6 +295,7 @@ onMounted(async () => {
|
||||
title="商品选择"
|
||||
width="70%"
|
||||
:destroy-on-close="true"
|
||||
:append-to-body="true"
|
||||
@close="closeModal"
|
||||
>
|
||||
<Grid>
|
||||
|
||||
@@ -230,6 +230,7 @@ onMounted(async () => {
|
||||
title="选择商品"
|
||||
width="950px"
|
||||
:destroy-on-close="true"
|
||||
:append-to-body="true"
|
||||
@close="closeModal"
|
||||
>
|
||||
<Grid />
|
||||
|
||||
Reference in New Issue
Block a user