From 0397e2fb15fbccc77d6da16196d30ae54114aa2f Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 06 Sep 2021 16:52:47 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_regulatory

---
 src/views/home/index.scss |   49 +++++++++++++++++--------------------------------
 1 files changed, 17 insertions(+), 32 deletions(-)

diff --git a/src/views/home/index.scss b/src/views/home/index.scss
index ee94929..b3f7c47 100644
--- a/src/views/home/index.scss
+++ b/src/views/home/index.scss
@@ -1,8 +1,6 @@
 .bajgxt-home {
   height: 100%;
   width: 100%;
-  // width: 1920px;
-  // height: 1080px;
   background: url("../../../public/img/bajgxt/backimg.png") no-repeat;
   background-size: 100% 100%;
 
@@ -20,16 +18,6 @@
       text-align: center;
       line-height: 77px;
     }
-    // span:nth-child(2) {
-    //   position: absolute;
-    //   margin-top: 22px;
-    //   margin-left: 26%;
-    //   font-size: 22px;
-    //   cursor: pointer;
-    //   &:hover {
-    //     color: #90cef0;
-    //   }
-    // }
     img {
       position: absolute;
       margin-top: 22px;
@@ -47,20 +35,15 @@
       color: #90cef0;
     }
   }
-  .side {
-    width: 27%;
-    height: 100%;
-  }
   .content {
     margin: 5px 20px 20px 20px;
-    // height: calc(100% - 77px);
-    // width: 100%;
     height: calc(100% - 102px);
     width: calc(100% - 40px);
     display: flex;
     .left,
     .right {
-      @extend .side;
+      width: 27%;
+      height: 100%;
     }
     .middle {
       width: calc(46% - 50px);
@@ -75,7 +58,7 @@
     width: 100%;
     height: 260px;
   }
-  .echartClass {
+  .echartClass_1920 {
     // height: 100%;
     width: 100%;
     height: calc(100% - 70px);
@@ -88,7 +71,7 @@
       background-size: 100% 100%;
       position: relative;
       #left1Echart {
-        @extend .echartClass;
+        @extend .echartClass_1920;
         height: calc(100% - 140px) !important;
         margin-top: 68px;
       }
@@ -101,7 +84,7 @@
       margin-top: 25px;
       position: relative;
       #left2Echart {
-        @extend .echartClass;
+        @extend .echartClass_1920;
       }
     }
   }
@@ -113,7 +96,7 @@
       height: 28%;
       position: relative;
       #right1Echart {
-        @extend .echartClass;
+        @extend .echartClass_1920;
       }
     }
     .right2 {
@@ -124,7 +107,7 @@
       margin-top: 30px;
       position: relative;
       #right2Echart {
-        @extend .echartClass;
+        @extend .echartClass_1920;
       }
     }
     .right3 {
@@ -134,7 +117,7 @@
       background-size: 100% 100%;
       margin-top: 25px;
       #right3Echart {
-        @extend .echartClass;
+        @extend .echartClass_1920;
       }
     }
   }
@@ -424,7 +407,7 @@
   }
   /deep/ .el-table__body-wrapper {
     overflow: auto;
-    height: 100%;
+    height: calc(100% - 50px);
   }
 }
 .left2-btn {
@@ -628,10 +611,11 @@
   right: 47px;
   margin-top: 76px;
   .block1 {
-    width: 30px;
-    height: 15px;
+    width: 10px;
+    height: 10px;
     background: #008dec;
-    margin-top: 7px;
+    margin-top: 10px;
+    border-radius: 100%;
   }
   span:nth-child(2) {
     color: #fff;
@@ -650,10 +634,11 @@
   right: 47px;
   margin-top: 135px;
   .block1 {
-    width: 30px;
-    height: 15px;
+    width: 10px;
+    height: 10px;
     background: #886eff;
-    margin-top: 7px;
+    margin-top: 10px;
+    border-radius: 100%;
   }
   span:nth-child(2) {
     color: #fff;

--
Gitblit v1.9.3