style(弹窗组件): 修复显示在遮罩层下的问题
This commit is contained in:
parent
7f1d8f1a86
commit
ca86f075dd
@ -5,6 +5,8 @@
|
|||||||
:visible="true"
|
:visible="true"
|
||||||
:before-close="handleClose"
|
:before-close="handleClose"
|
||||||
:close-on-click-modal="false"
|
:close-on-click-modal="false"
|
||||||
|
:modal-append-to-body="true"
|
||||||
|
:append-to-body="true"
|
||||||
width="80%"
|
width="80%"
|
||||||
>
|
>
|
||||||
<props-sales-overview-charts height="300px" />
|
<props-sales-overview-charts height="300px" />
|
||||||
|
|||||||
@ -5,6 +5,8 @@
|
|||||||
:visible="true"
|
:visible="true"
|
||||||
:before-close="handleClose"
|
:before-close="handleClose"
|
||||||
:close-on-click-modal="false"
|
:close-on-click-modal="false"
|
||||||
|
:modal-append-to-body="true"
|
||||||
|
:append-to-body="true"
|
||||||
width="80%"
|
width="80%"
|
||||||
>
|
>
|
||||||
<user-registration-overview-charts height="300px" />
|
<user-registration-overview-charts height="300px" />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user