修复dialog套dialog遮罩bug

This commit is contained in:
吕金泽 2022-01-16 13:42:45 +08:00
parent e7d3c1e12f
commit e5a32c43fa

View File

@ -1,5 +1,5 @@
<template>
<el-dialog v-el-drag-dialog :fullscreen="fullscreen" :width="width" :title="title" :visible.sync="dialogVisible" :close-on-click-modal="false" @opened="opened">
<el-dialog v-el-drag-dialog :fullscreen="fullscreen" :width="width" :title="title" :visible.sync="dialogVisible" :close-on-click-modal="false" :append-to-body="true" @opened="opened">
<template v-if="content">
{{ content }}
</template>