派生自 wuyushui/SewerAndRainNetwork

YANGDL
2021-03-13 10b5efefb0f22715ecf871e79a67a165ab8610a7
src/views/popup/Dialog.vue
@@ -1,15 +1,15 @@
<template>
    <el-dialog
    <el-dialog  v-dialogDrag
            :title="title"
            :visible.sync="centerDialogVisible"
            width="30%"
            :modal="false"
            :close-on-click-modal="false"
            center>
        <slot></slot>
    </el-dialog>
</template>
<script>
// import '@/assets/css/map/map-popup.scss'
export default {
  name: 'Dialog',