派生自 wuyushui/SewerAndRainNetwork

XingChuan
2021-05-30 d4a64e11c43a8268d48fbb6d710d3ba379a31359
src/views/popup/Dialog.vue
@@ -1,9 +1,10 @@
<template>
    <el-dialog  v-dialogDrag
    <el-dialog
            v-dialogDrag
            :title="title"
            :visible.sync="centerDialogVisible"
            :modal="false"
            :close-on-click-modal="false"
            :close-on-click-modal="true"
             @close='closeDialog'
            center>
        <slot></slot>