.resizeT{
  :global{
    .ant-table-wrapper, .ant-spin-nested-loading, .ant-spin-container, .ant-table-content, .ant-table-scroll{
      height:100%;
    }
    .ant-table{
      height: ~'calc( 100% - 64px)';
      .ant-table-content{
        .ant-table-body {
          height: ~'calc( 100% - 42px)';
          background: #f9f9f9;
          tr{
            td {
              background: #fff;
              overflow:hidden;
            }
          }
        }
      }
    }
    .ant-table-scroll {
      .ant-table-placeholder{
        display: none;
      }
    }
  }
}
.trBg{
  :global{
    .ant-table{
      .ant-table-content{
        .ant-table-body {
          background: #f9f9f9;
          tr{
            td {
              background: #fff;
              overflow:hidden;
            }
          }
        }
      }
    }
  }
}