index.less 685 Bytes
.orgTable {
  .ant-radio-wrapper{
    max-width: 110px;
    overflow: hidden;
    white-space: nowrap;
    word-break: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  th{
    text-align: center !important;
    background: none !important;
  }
  .ant-table-tbody{
    td{
      padding: 4px 6px !important;
      border-bottom: none !important;    

    }
  }
  .ant-table-header{
    background: none;
  }
  .ant-table-row-expand-icon{
    height: 23px;
    vertical-align: middle;
  }

  .tdWidth{
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    word-break: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}