mirror of
https://gitee.com/ssssssss-team/magic-boot.git
synced 2025-01-31 17:12:49 +08:00
修复dialog套dialog遮罩bug
This commit is contained in:
parent
e7d3c1e12f
commit
e5a32c43fa
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<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">
|
<template v-if="content">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user