付延余
2022-04-24 c2d5e97c2ccac4d5d6c620cc4ef07d68e2ba44f8
人事人才
1个文件已修改
44 ■■■■■ 已修改文件
src/pages/show/personnelTalents/personnelTalentsChild/PersonnelTalents_UnitPersonnel.vue 44 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;
    }
  }
}