@import '../../app.less';

.table {

  .td {
    display: inline-block;
    vertical-align: middle;
  }

  .th {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid @line_color;

    .td {}
  }

  .tr {
    border-bottom: 1px solid @line_color;

    .td {}
  }

  .tr:last-child {
    border-bottom: none;
  }

  .empty {
    height: 100px;
    line-height: 100px;
    text-align: center;
  }
}