派生自 wuyushui/SewerAndRainNetwork

XingChuan
2021-05-27 05302246665dbb14b26c5d46386bd82d89965396
src/components/table/Public.vue
@@ -1,5 +1,6 @@
<template>
  <div class="report-bounced map-background" v-drag>
  <div class="report-bounced map-background">
<!--  <div class="report-bounced map-background" v-drag>-->
    <div class="public-bounced-title">
      <slot name='title'></slot>
    </div>
@@ -11,8 +12,8 @@
<script>
// 引入拖拽
import '@/utils/dragBoxes'
// 弹框头部拖拽
// import '@/utils/dragBoxes'
export default {
  name: 'Public'
@@ -23,8 +24,8 @@
.report-bounced {
  z-index: 2000;
  position: fixed;
  top: 35%;
  left: 35%;
  top: 15%;
  left: 5%;
  .public-bounced-title {
    text-align: center;