派生自 wuyushui/SewerAndRainNetwork

陈泽平
2021-05-27 86b2510d593bb3ed813563ef0ed697d0daacc0f9
企业应急-事件上报
3个文件已修改
62 ■■■■ 已修改文件
src/components/base-page/enterprise-emergency/EventsReported.vue 16 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/base-page/enterprise-emergency/ReportLocation.vue 21 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/panel/topicSearch/enterprise-emergency/EventQuery.vue 25 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/base-page/enterprise-emergency/EventsReported.vue
@@ -377,22 +377,20 @@
    }
    /deep/ .el-dialog--center {
        /*left: 5.3rem !important;*/
        margin-top: 0.13979rem !important;
        margin-left: 5.5rem !important;
        margin-top: 1rem !important;
        margin-left: 6.4rem !important;
    }
    /*.event-report-dialog {*/
    /*    left: 2rem !important;*/
    /*    top: 0.73979rem !important;*/
    /*}*/
    /deep/ .el-dialog {
        width: 20%;
        /*height: 1rem;*/
        min-height: 1rem;
        /*max-height: 1rem;*/
    }
    /deep/.el-dialog__header {
        /*display: none;*/
        /*max-height: 0.05rem !important;*/
        max-height: 10px !important;
        border: none !important;
    }
src/components/base-page/enterprise-emergency/ReportLocation.vue
@@ -244,10 +244,17 @@
<style lang="less" scoped>
    /*/deep/ .el-dialog--center {*/
    /*    !*left: 2rem !important;*!*/
    /*    margin-left: 8rem !important;*/
    /*    margin-top: 0.13979rem !important;*/
    /*}*/
    /deep/ .el-dialog--center {
        /*left: 2rem !important;*/
        margin-left: 8rem !important;
        margin-top: 0.13979rem !important;
        /*left: 5.3rem !important;*/
        /*top: 0.13979rem !important;*/
        margin-top: -2rem !important;
        margin-left: 5.5rem !important;
    }
    /deep/ .el-dialog {
@@ -322,10 +329,10 @@
        justify-content: space-around;
    }
    .event-report-dialog {
        min-width: 1.94532rem;
        max-width: 1.94532rem;
    }
    /*.event-report-dialog {*/
    /*    min-width: 1.94532rem;*/
    /*    max-width: 1.94532rem;*/
    /*}*/
    .click-location {
        margin: 0 auto;
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>
@@ -117,12 +114,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 () {
@@ -218,17 +212,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;
        }
    /*}*/
</style>