派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-03-13 3be40ecc52be54ec6a45abd0277f40b385671479
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',