Xiao_123 8 months ago
parent
commit
b8be4df638
1 changed files with 3 additions and 6 deletions
  1. 3 6
      src/views/recruit/enterprise/statistics/components/resume.vue

+ 3 - 6
src/views/recruit/enterprise/statistics/components/resume.vue

@@ -3,9 +3,6 @@
     <div class="chart-item" v-for="(val, i) in list" :key="i">
       <Echarts :height="400" :option="val.option"></Echarts>
     </div>
-    <!-- <div class="fullChart">
-      <Echarts :height="400" :option="option"></Echarts>
-    </div> -->
   </div>
 </template>
 
@@ -146,9 +143,9 @@ watch(
   display: flex;
   flex-wrap: wrap;
   .chart-item {
-    width: calc((100% - 24px) / 2);
-    min-width: calc((100% - 24px) / 2);
-    max-width: calc((100% - 24px) / 2);
+    width: calc((100% - 12px) / 2);
+    min-width: calc((100% - 12px) / 2);
+    max-width: calc((100% - 12px) / 2);
     overflow: hidden;
     transition: all .2s linear;
     background-color: #f7f8fa;