@import "mixins/utils";
@import "common/var";
.aos-table-form{
  .aos-table-form-add-footer{
    margin-bottom: 16px;
  }
  .aos-table-form-table{
    // padding: 1px;
    border: 1px solid #eee;
    padding-bottom: 0px;
    .aos-table-form-operation{
      display: flex;
      justify-content: flex-start;
      align-items: center;
    }
  }
  .aos-table-form-pagination{
    float: right;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .aos-table-form-icon{
      cursor: pointer;
      margin-right: 14px;
      font-size: 14px;
  }
  .aos-table-form-icon:hover{
    color: $--color-primary
  }
  >.el-table{
    thead{
      tr{
        background-color: #eee;
      }
    }
  }
  .cell{
    .el-form-item__content{
      line-height: inherit;
    }
  }
}
.clearfix {
  @include utils-clearfix;
}