派生自 wuyushui/SewerAndRainNetwork

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