
.avue-form .el-input-number--small {
  max-width: 200px !important;
}

.avue-form .el-input-number--small input {
  text-align: center !important;
}

.el-table .cell {
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  /*justify-content: space-around;*/
  /*align-items: center;*/
}

.el-table .cell .el-button--small {
  padding: 6px;
  margin: 2px;
}

.el-table .el-table__row input {
  text-align: center !important;
}

.avue-crud__img img {
  max-width: 100%;
  max-height: 100%;
}

.avue-view .avue-view {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.el-table .caret-wrapper {
  width: 15px;
}

.el-table .sort-caret {
  left: 3px;
}

.el-table .is-left .cell {
  display: inherit;
}

@media screen and (max-width: 992px) {
  .avue-dialog .el-dialog {
    left: 1% !important;
  }

  .avue-form__group .el-col {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .el-button + .el-button {
    margin-left: 10px;
  }

  .page-slot {
    position: relative !important;
  }
}

