From c2d5e97c2ccac4d5d6c620cc4ef07d68e2ba44f8 Mon Sep 17 00:00:00 2001
From: 付延余 <f-yanyu@outlook.com>
Date: 星期日, 24 四月 2022 10:24:31 +0800
Subject: [PATCH] 人事人才

---
 src/pages/show/personnelTalents/personnelTalentsChild/PersonnelTalents_UnitPersonnel.vue |   44 ++++++++++++++++++++++++++------------------
 1 files changed, 26 insertions(+), 18 deletions(-)

diff --git a/src/pages/show/personnelTalents/personnelTalentsChild/PersonnelTalents_UnitPersonnel.vue b/src/pages/show/personnelTalents/personnelTalentsChild/PersonnelTalents_UnitPersonnel.vue
index ebf0307..85951f3 100644
--- a/src/pages/show/personnelTalents/personnelTalentsChild/PersonnelTalents_UnitPersonnel.vue
+++ b/src/pages/show/personnelTalents/personnelTalentsChild/PersonnelTalents_UnitPersonnel.vue
@@ -202,10 +202,10 @@
           }
         },
         grid: {
-          left: '22%',
+          left: '2%',
           top: '25%',
-          right: '25%',
-          bottom: '2%',
+          right: '18%',
+          bottom: '0',
           containLabel: true
         },
         xAxis: {
@@ -346,6 +346,7 @@
     border-bottom: 1px solid #8E8E8E;
   }
 }
+
 .PT_navEchart--title {
   .el-radio {
     width: 1.171875rem;
@@ -357,7 +358,7 @@
     }
 
     .el-radio__input {
-      margin-bottom: 5px;
+      margin-bottom: 0.01953125rem;
 
       &.is-checked {
         .el-radio__inner {
@@ -374,9 +375,9 @@
       }
 
       .el-radio__inner {
-        width: 40px;
-        height: 40px;
-        margin-right: 17px;
+        width: 0.15625rem;
+        height: 0.15625rem;
+        margin-right: 0.06640625rem;
         background: transparent;
         border-radius: 1%;
         box-sizing: content-box;
@@ -397,30 +398,37 @@
 .PersonnelTalents_unitPersonnel--warp {
   width: 100%;
   height: 100%;
+
   .PT_unitPersonnel--table {
     width: 100%;
     height: 100%;
   }
 
-  .PT_unitPersonnel--Echarts {
+
+  .PT_unitPersonnel--echart-box {
     width: 100%;
-    height:100%;
-    //height: 600px;
-    display: inline-block;
-  }
-  .PT_unitPersonnel--echart-box{
-    width: 100%;
-    margin-top: 0.234375rem  /* 60/256 */;
-    height: calc(100% - 640Px - 0.254375rem  /* 60/256 */);
+    margin-top: 0.234375rem /* 60/256 */
+  ;
+    height: calc(100% - 600Px - 0.254375rem /* 60/256 */
+    );
     position: relative;
+
     .PT_navEchart--title {
-      width: 1.171875rem;
+      width: 1px;
       display: inline-block;
       position: absolute;
-      left: 100px;
+      left: 0.390625rem;
       top: 50%;
       transform: translateY(-50%);
     }
+
+    .PT_unitPersonnel--Echarts {
+      width: 85%;
+      height: 100%;
+      position: absolute;
+      left: 1.2890625rem;
+      display: inline-block;
+    }
   }
 
 }

--
Gitblit v1.9.1