From 7b446d6f843e820734319ff05003eadd2f2d944b Mon Sep 17 00:00:00 2001
From: chenyabin <Chenab123!>
Date: 星期四, 22 四月 2021 14:38:10 +0800
Subject: [PATCH] 工具栏样式修改,报表页面部分完成,样式调试。

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

diff --git a/src/components/table/summarySheets.vue b/src/components/table/summarySheets.vue
index b99e3f9..6bc279f 100644
--- a/src/components/table/summarySheets.vue
+++ b/src/components/table/summarySheets.vue
@@ -28,7 +28,7 @@
             </el-tooltip>
         </div>
     </transition>
-    <Dialog ref="summarySheets" title="鎶ヨ〃" >
+    <Dialog ref="summarySheets" title="鎶ヨ〃" class="baoBiao" >
       <tab-handover></tab-handover>
     </Dialog>
     <Dialog ref="warnDialog" title="棰勬姤璀�" >
@@ -47,7 +47,9 @@
 import Warn from './components/Warn'
 import IndexStatistics from './components/IndexStatistics'
 
-import '@/components/BaseNav/SolidWaste/directive/dir'
+// import '@/components/BaseNav/SolidWaste/directive/dir'
+// import '@/components/plugin/DialogDrag'
+
 import bus from '@/eventBus'
 export default {
   name: 'summary-sheet.vue',
@@ -113,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;
@@ -136,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;
     }
   }
 
@@ -152,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 {
@@ -160,5 +160,11 @@
     height: 30px;
     font-size: 30px;
   }
+
+        .el-dialog.el-dialog--center{
+            left: 0.5rem;
+            top: 0.73979rem;
+        }
+
 }
 </style>

--
Gitblit v1.8.0