style(弹窗组件): 修复显示在遮罩层下的问题

This commit is contained in:
hzj 2026-04-13 18:56:02 +08:00
parent 7f1d8f1a86
commit ca86f075dd
2 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,8 @@
:visible="true"
:before-close="handleClose"
:close-on-click-modal="false"
:modal-append-to-body="true"
:append-to-body="true"
width="80%"
>
<props-sales-overview-charts height="300px" />

View File

@ -5,6 +5,8 @@
:visible="true"
:before-close="handleClose"
:close-on-click-modal="false"
:modal-append-to-body="true"
:append-to-body="true"
width="80%"
>
<user-registration-overview-charts height="300px" />