From 038b8a1d35652b8967f520583069aef5422e7484 Mon Sep 17 00:00:00 2001
From: zhangxiaoxu123456 <zxx19900626>
Date: 星期日, 24 四月 2022 11:08:10 +0800
Subject: [PATCH] 社会保障细节样式

---
 src/pages/show/shehuiBaozhang/shehuiBaozhangChildren/shehuiBaoxian.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/pages/show/shehuiBaozhang/shehuiBaozhangChildren/shehuiBaoxian.vue b/src/pages/show/shehuiBaozhang/shehuiBaozhangChildren/shehuiBaoxian.vue
index 30e2521..febbe73 100644
--- a/src/pages/show/shehuiBaozhang/shehuiBaozhangChildren/shehuiBaoxian.vue
+++ b/src/pages/show/shehuiBaozhang/shehuiBaozhangChildren/shehuiBaoxian.vue
@@ -2,7 +2,7 @@
   <div class="shehuiBaoxian-wrap">
     <div class="shehuiBaoxian-table">
       <h1>绀句細淇濋櫓鍙備繚浜哄憳缁熻琛�</h1>
-      <div class="danwei-box">鍗曚綅:涓囦汉</div>
+        <div class="danwei-box">鍗曚綅:涓囦汉</div>
       <el-table
         max-height="640"
         :data="tableData"
@@ -84,8 +84,8 @@
           label="12鏈�">
         </el-table-column>
       </el-table>
-      <div class="shehuiBaoxianEcharts" id="shehuiBaoxianEcharts"></div>
     </div>
+      <div class="shehuiBaoxianEcharts" id="shehuiBaoxianEcharts"></div>
   </div>
 </template>
 
@@ -152,7 +152,7 @@
                         itemWidth: nowSize(30),
                         itemHeight: nowSize(4),
                         itemGap: nowSize(50),
-                        right:'2%',
+                        right:'8%',
                         top: 'center',
                         orient: 'vertical',
                         textStyle: {
@@ -163,7 +163,7 @@
                     grid: {
                         top: '15%',
                         left: '4%',
-                        right: '20%',
+                        right: '25%',
                         bottom: '3%',
                         containLabel: true
                     },
@@ -287,7 +287,6 @@
     height: 100%;
     .shehuiBaoxian-table{
       width: 100%;
-      height: 100%;
       position: relative;
       .danwei-box{
         position: absolute;
@@ -305,6 +304,7 @@
       }
     }
     .shehuiBaoxianEcharts{
+      width: 100%;
       height: calc(100% - 640px - 0.33203125rem  /* 85/256 */);
     }
   }

--
Gitblit v1.9.1