zhangxiaoxu123456
2022-04-12 031631bc70722e6c7aded6ab8705bbd042ed52ed
src/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue
@@ -275,27 +275,27 @@
    thead{
      background-color: $color-blue;
      tr{
        height: 0.203125rem  /* 52/256 */;
        height: 0.25rem  /* 64/256 */;
      }
      th,td{
        color: $color-darkGrey;
        border:1Px solid $color-grey; /*no*/
        font-weight: 300;
        font-size: $fontSize-24;
        font-size: $fontSize-28;
      }
    }
    tbody{
      background-color: #CEF2FF;
      height: 3.90625rem  /* 1000/256 */;
      tr{
        height: 0.203125rem  /* 52/256 */;
        height: 0.25rem  /* 64/256 */;
      }
      th,td{
        color: $color-darkGrey;
        text-align: center;
        border:1Px solid $color-grey; /*no*/
        font-weight: 300;
        font-size: $fontSize-24;
        font-size: $fontSize-28;
      }
    }
  }