From 38fea8139670d34cedea336fbd1ba34fc92bcf02 Mon Sep 17 00:00:00 2001
From: chenzeping <ChenZeping02609@163.com>
Date: 星期四, 22 四月 2021 21:34:59 +0800
Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop

---
 src/components/table/summarySheets.vue |   30 +++++++++++++++++-------------
 1 files changed, 17 insertions(+), 13 deletions(-)

diff --git a/src/components/table/summarySheets.vue b/src/components/table/summarySheets.vue
index a5d73eb..6bc279f 100644
--- a/src/components/table/summarySheets.vue
+++ b/src/components/table/summarySheets.vue
@@ -1,6 +1,6 @@
 <template>
   <div class="summary-sheets">
-    <el-tooltip :popper-class="'map-tooltip'" effect="dark" content="" placement="left">
+    <el-tooltip :popper-class="'map-tooltip'" effect="dark" content="鎶ヨ〃" placement="left">
       <div :class='["iconBtn",subtopic ? "active-button" : ""]' @click="subtopicBtn" >
          <i class="el-icon-tickets icon"></i>
       </div>
@@ -115,16 +115,7 @@
 }
 </script>
 
-<style scoped lang="less">
-  .animationChange-enter-active, .animationChange-leave-active {
-    transition: all 0.5s;
-  }
-
-  .animationChange-enter, .animationChange-leave-to {
-    opacity: 0;
-    transform: translateX(-100px);
-  }
-
+<style lang="less">
 .summary-sheets {
   position: absolute;
   display: inline-flex;
@@ -138,8 +129,8 @@
     display: inline-flex;
     .iconBtn{
       margin-left: 0.03rem;
-      border-color:#DCDFE6;
-      color:#fff;
+      border-color:#00fff6;
+      color:#00fff6;
     }
     .iconBtn.active-button{
       //border-color:#00fff6 !important;
@@ -154,7 +145,14 @@
     top: 15%;
     left: 3rem;
   }
+    .animationChange-enter-active, .animationChange-leave-active {
+        transition: all 0.5s;
+    }
 
+    .animationChange-enter, .animationChange-leave-to {
+        opacity: 0;
+        transform: translateX(-100px);
+    }
   /*color: #fff;*/
 
   .el-icon-c-scale-to-original {
@@ -162,5 +160,11 @@
     height: 30px;
     font-size: 30px;
   }
+
+        .el-dialog.el-dialog--center{
+            left: 0.5rem;
+            top: 0.73979rem;
+        }
+
 }
 </style>

--
Gitblit v1.8.0