付延余
2022-04-18 8c0067935c0434e3f51ffae901964a81fd8b1f2f
src/pages/show/personnelTalents/personnelTalentsChild/PersonnelTalents_UnitPersonnel.vue
@@ -2,6 +2,7 @@
  <div class="PersonnelTalents_unitPersonnel--warp">
    <div class="PT_unitPersonnel--table">
      <el-table
        :max-height="640"
        :data="tableData"
        stripe
        border
@@ -400,11 +401,11 @@
  .PT_unitPersonnel--Echarts {
    width: 1920px;
    height:550px;
    margin-top: 120px;
    //height: 600px;
    //height: calc(100% - 640px - 0.33203125rem /* 85/256 */
    //);
    margin-top: 60px;
    //height: 600px;
    height: calc(100% - 640Px - 0.33203125rem /* 85/256 */
    );
    display: inline-block;
  }