From 86b2510d593bb3ed813563ef0ed697d0daacc0f9 Mon Sep 17 00:00:00 2001
From: 陈泽平 <chenzeping>
Date: 星期四, 27 五月 2021 09:29:17 +0800
Subject: [PATCH] 企业应急-事件上报

---
 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