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>