From 468e07894ce1d60aaeec91440504a48a41d20410 Mon Sep 17 00:00:00 2001
From: 陈泽平 <chenzeping>
Date: 星期四, 27 五月 2021 09:30:00 +0800
Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop

---
 src/components/base-page/enterprise-emergency/ReportLocation.vue |   21 ++++++++++++++-------
 1 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/src/components/base-page/enterprise-emergency/ReportLocation.vue b/src/components/base-page/enterprise-emergency/ReportLocation.vue
index cff83dc..9942f67 100644
--- a/src/components/base-page/enterprise-emergency/ReportLocation.vue
+++ b/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;

--
Gitblit v1.8.0