付延余
2022-04-11 e765d3974558793043740a7ca46d6b1bc5e260d7
src/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue
@@ -269,32 +269,31 @@
  overflow-y: auto;
  .biyeshengStatistics-table{
    width: 100%;
    border: 1px solid $color-grey; /*no*/
    border: 1Px solid $color-grey; /*no*/
    border-collapse: collapse;
    table-layout: fixed;
    thead{
      background-color: $color-blue;
      tr{
        height: 5.2rem;
        height: 0.203125rem  /* 52/256 */;
      }
      th,td{
        color: $color-darkGrey;
        border:1px solid $color-grey; /*no*/
        border:1Px solid $color-grey; /*no*/
        font-weight: 300;
        font-size: $fontSize-24;
      }
    }
    tbody{
      background-color: #CEF2FF;
      height: 100rem;
      overflow-y: auto;
      height: 3.90625rem  /* 1000/256 */;
      tr{
        height: 5.2rem;
        height: 0.203125rem  /* 52/256 */;
      }
      th,td{
        color: $color-darkGrey;
        text-align: center;
        border:1px solid $color-grey; /*no*/
        border:1Px solid $color-grey; /*no*/
        font-weight: 300;
        font-size: $fontSize-24;
      }