派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-05-18 cff26f71d5665f9134f8906abbd87f75126d7509
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>