付延余
2022-04-13 a9177ddf70af5f22b81f6594398826c2e33e2c23
src/pages/show/otherBusiness/otherBusinessChild/OtherB_GongGuTuoPin.vue
@@ -229,7 +229,8 @@
        }
      ]
    }
  }
  },
  methods: {}
}
</script>
<style lang="scss">
@@ -273,11 +274,12 @@
  }
  .el-table .cell {
    font-size: $fontSize-28;
    font-size: $fontSize-24;
    color: $color-darkGrey;
    font-weight: 300;
    line-height: 1;
    line-height: 1.5; // 在这里设置行高,表格全局
    white-space: pre-line;
    text-align: center;
  }
  .el-table--border th.el-table__cell, .el-table__fixed-right-patch {
@@ -294,6 +296,7 @@
  .el-table--border .el-table__cell, .el-table__body-wrapper .el-table--border.is-scrolling-left ~ .el-table__fixed {
    border-right: 1Px solid $color-grey; /*no*/
    height:0.375rem;
  }
}
</style>
@@ -306,8 +309,15 @@
  );
  .OtherB-Ggtp__table {
    margin-top: 0.078125rem /* 20/256 */
  ;
    margin-top: 0.078125rem; /* 20/256 */
    &:nth-of-type(2) {
      margin-top: 0.5234375rem;
    }
    &:nth-of-type(3) {
      margin-top: 0.5234375rem;
    }
    h1 {
      font-size: $fontSize-30;