@import "../common/varible";
@import "../common/function";
@import "table";

.yu-fixed-table {
  font-family: $font-family;
  .fixed-box {
    overflow-y: scroll;
    overflow-x: hidden;
    border-bottom: 1px solid $border;
    border-top: 1px solid $border;
  }
  .yu-table {
    tbody {
      tr:last-child {
        td {
          border-bottom: none;
        }
      }
    }
  }
}
