.inner-top-left-bar {
  display: inline-block;
  margin-right: 10px;
}
.row-list {
  width: 100%; // Avoid the problem that the width of 0 is not displayed when the adjacent DOM node exists and the width is not set.
  margin: 0 24px;
  overflow: hidden;
}

.row-list .avue-crud {
  width: 100%;
  margin-top: 16px;
}

.row-list .avue-crud__menu {
  display: none;
}

.row-list .uploader-btn.resetBtn {
  height: 32px;
  line-height: 32px;
  padding: 0 15px !important;
}

.head-list .el-form-item__label {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  width: 130px !important;
}

.head-list .el-form-item__content {
  position: relative;
  display: block;
  flex: 1;
  width: auto;
  margin-left: 0 !important;
}

.head-list .el-form-item {
  display: flex;
}

.head-list .avue-form__group {
  margin: 0 16px;
}

.search-list {
  padding: 0 0 16px 0;
  box-sizing: border-box;
}

.search-list .avue-form {
  padding: 24px;
  background: #fff;
}

.search-list .el-form-item__label {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  width: auto !important;
}

.search-list .el-form-item__content {
  position: relative;
  display: block;
  flex: 1;
  width: auto;
  margin-left: 0 !important;
}

.search-list .el-form-item {
  display: flex;
}

/* over some styles */
.link {
  display: inline;
  margin-right: 10px;
}

.avue-tabs {
  padding: 16px 24px 0;
}

.avue-form-box .avue-form .el-form-item__label {
  font-weight: bold;
  /* width: 100% !important; */
  width: auto !important;
}

/* hide date icon before date string */
.el-date-editor--date.is-disabled .el-icon-date {
  display: none;
}

/* hide decrease and increase button in el-input-number */
.el-input-number .el-input-number__decrease,
.el-input-number .el-input-number__increase {
  display: none;
}

/* hide operation button (edit and delete) */
.is-disable-row td:last-child button {
  display: none;
}
