@charset "UTF-8";
/**
 * @description 全局主题变量配置
 */
/* stylelint-disable */
[data-v-1fb5674e]:export {
  menu-color: #25293c;
  menu-color-active: rgba(255, 255, 255, 0.95);
  menu-background: white;
}
[data-v-1fb5674e] .el-dialog__body {
  padding-top: 10px;
  padding-bottom: 5px;
}
.common-form-row[data-v-1fb5674e] {
  display: flex !important;
  flex-wrap: wrap;
}
.common-form div .el-form-item[data-v-1fb5674e] {
  display: flex !important;
}
.common-form div .el-form-item[data-v-1fb5674e] .el-form-item__content {
  width: 100%;
}
.common-form div .el-form-item[data-v-1fb5674e] .el-form-item__content .el-input {
  width: 100%;
}
.common-form div .el-form-item[data-v-1fb5674e] .el-form-item__content .el-input-number {
  width: 100%;
}
.common-form div .el-form-item[data-v-1fb5674e] .el-form-item__content .el-select {
  width: 100%;
}
.common-form div .el-form-item[data-v-1fb5674e] .el-form-item__content .el-date-editor {
  width: 100%;
}
.label-class[data-v-1fb5674e] {
  font-weight: 600;
  font-size: 15px;
  color: #ac7017;
}
.wait-class[data-v-1fb5674e] {
  color: #EE7712;
}
.abodon-class[data-v-1fb5674e] {
  color: #e6a23c;
}
.accept-class[data-v-1fb5674e] {
  color: #67c23a;
}
.blue-class[data-v-1fb5674e] {
  color: #409eff;
}
.error-class[data-v-1fb5674e] {
  color: #f56c6c;
}
