From a2cf1dafa47139ef92135376db24ece72d2b51d2 Mon Sep 17 00:00:00 2001
From: 陈泽平 <chenzeping>
Date: 星期一, 17 五月 2021 17:19:41 +0800
Subject: [PATCH] 管线分析

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

diff --git a/src/components/table/summarySheets.vue b/src/components/table/summarySheets.vue
index f617428..6bc279f 100644
--- a/src/components/table/summarySheets.vue
+++ b/src/components/table/summarySheets.vue
@@ -9,7 +9,8 @@
         <div class="subtopic" v-if="subtopic">
             <el-tooltip :popper-class="'map-tooltip'" effect="dark" content="缁熻琛�" placement="bottom">
               <div :class='["iconBtn",summaryVisible ? "active-button" : ""]' @click="closeBtn">
-                <img src="@assets/images/map-pages/icon/toolbox/table.png" alt="" class="icon">
+                  <!--  -->
+                  <i class="icon iconfont iconbiaoge2"></i>
                 <!--<span class="icon-name">缁熻琛�</span>-->
               </div>
             </el-tooltip>
@@ -21,13 +22,13 @@
             </el-tooltip>
             <el-tooltip :popper-class="'map-tooltip'" effect="dark" content="棰勬姤璀�" placement="bottom">
               <div :class='["iconBtn",warnVisible ? "active-button" : ""]' @click="showWarnDialog()" >
-                <img src="@/assets/images/map-pages/icon/map/warn.png" alt="" class="icon">
+                <i class="icon iconfont iconbaojing01"></i>
                 <!--<span class="icon-name">棰勬姤璀�</span>-->
               </div>
             </el-tooltip>
         </div>
     </transition>
-    <Dialog ref="summarySheets" title="鎶ヨ〃" >
+    <Dialog ref="summarySheets" title="鎶ヨ〃" class="baoBiao" >
       <tab-handover></tab-handover>
     </Dialog>
     <Dialog ref="warnDialog" title="棰勬姤璀�" >
@@ -114,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;
@@ -137,12 +129,12 @@
     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;
-      color:#00fff6 !important;
+      //border-color:#00fff6 !important;
+      //color:#00fff6 !important;
     }
   }
 
@@ -153,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 {
@@ -161,5 +160,11 @@
     height: 30px;
     font-size: 30px;
   }
+
+        .el-dialog.el-dialog--center{
+            left: 0.5rem;
+            top: 0.73979rem;
+        }
+
 }
 </style>

--
Gitblit v1.8.0