mirror of
https://gitee.com/ssssssss-team/magic-boot.git
synced 2025-01-19 03:52:50 +08:00
修复dialog套dialog遮罩bug
This commit is contained in:
parent
e7d3c1e12f
commit
e5a32c43fa
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user