派生自 wuyushui/SewerAndRainNetwork

陈泽平
2021-05-27 468e07894ce1d60aaeec91440504a48a41d20410
src/components/panel/topicSearch/enterprise-emergency/EventQuery.vue
@@ -92,7 +92,7 @@
        </el-scrollbar>
        <div class="event-report">
            <el-dialog
                    custom-class="el-dialog--center"
                    custom-class="event-report"
                    title="事件上报"
                    :visible.sync="dialogVisible"
                    :append-to-body="true"
@@ -102,9 +102,6 @@
                <EventsReported></EventsReported>
            </el-dialog>
        </div>
<!--        <Dialog ref="EReported" title="事件上报2">-->
<!--            <EventsReported></EventsReported>-->
<!--        </Dialog>-->
    </div>
</template>
@@ -118,12 +115,9 @@
import eventBus from '../../../../eventBus'
import EventsReported from '../../../../components/base-page/enterprise-emergency/EventsReported'
// import Dialog from '../../../../views/popup/Dialog'
export default {
  name: 'EventQuery',
  components: {
    // Dialog,
    EventsReported
  },
  data () {
@@ -229,17 +223,24 @@
<style lang="less" scoped>
    /*.event-report {*/
        /deep/ .el-dialog--center {
            /*left: 2rem !important;*/
            margin-left: 2rem !important;
            margin-top: 0.73979rem !important;
            /*bottom: 0 !important;*/
        }
    /*/deep/ .el-dialog--center {*/
    /*    !*left: 2rem !important;*!*/
    /*    margin-left: 3rem !important;*/
    /*    margin-top: 0.33979rem !important;*/
    /*    !*bottom: 0 !important;*!*/
    /*}*/
    /deep/ .event-report {
        /*margin-left: 3rem !important;*/
        /*margin-top: 0.33979rem !important;*/
    }
    //}
    /*.event-report {*/
    /deep/ .el-dialog {
            /*width: 30%;*/
            width: 550px;
        }
        /*width: 30%;*/
        width: 550px;
    }
    /*}*/
</style>