@import 'mixins/mixins';
@import 'common/var';

@include b(query-table) {
  height: 100%;

  .action-wrapper {
    /deep/ .el-button,
    /deep/ button {
      margin-top: 20px;
    }
    &:first-child {
      /deep/ .el-button,
      /deep/ button {
        margin-top: 0;
      }
    }
  }

  .table-wrapper {
    padding: 0;
    margin: 20px 0;
    &:first-child {
      margin-top: 0;
    }
  }
}
