@import "../../style/index.less";
.yyui-table {
  table.yyui-titlegroup {
    th{
      text-align: center;
    }
  }
  .ant-table-small table.yyui-titlegroup{
    padding: 0;
  }
  .ant-table-bordered {
    table.yyui-titlegroup {
      border: 0;
      margin-bottom: -1px;
    }
  }
  .ant-table-thead>tr>th.yyui-titlegroup-box{
    padding: 0;
  }
}
