@charset "UTF-8";
/**
 * @description 全局主题变量配置
 */
/* stylelint-disable */
[data-v-82c3d9be]:export {
  menu-color: #25293c;
  menu-color-active: rgba(255, 255, 255, 0.95);
  menu-background: white;
}
[data-v-82c3d9be] .hideRow {
  background-color: #e4e7ed;
}
[data-v-82c3d9be] .el-dialog {
  max-height: 78vh;
  overflow: auto;
}
[data-v-82c3d9be] .el-dialog__body {
  padding-top: 10px;
  padding-bottom: 5px;
}
[data-v-82c3d9be] .el-badge__content.is-fixed {
  right: 25px !important;
}
[data-v-82c3d9be] .el-badge.item {
  top: -1px;
}
.redColor[data-v-82c3d9be] {
  color: red !important;
}
a[data-v-82c3d9be] {
  color: blue;
  font-size: 15px;
  padding-left: 10px;
  text-decoration: underline;
}
.common-form-row[data-v-82c3d9be] {
  display: flex !important;
  flex-wrap: wrap;
}
.common-form div .el-form-item[data-v-82c3d9be] {
  display: flex !important;
  margin-bottom: 10px;
}
.common-form div .el-form-item[data-v-82c3d9be] .el-form-item__label {
  min-width: 140px !important;
}
.common-form div .el-form-item[data-v-82c3d9be] .el-form-item__content {
  width: 100%;
}
.common-form div .el-form-item[data-v-82c3d9be] .el-form-item__content .el-input {
  width: 100%;
}
.common-form div .el-form-item[data-v-82c3d9be] .el-form-item__content .el-input-number {
  width: 100%;
}
.common-form div .el-form-item[data-v-82c3d9be] .el-form-item__content .el-select {
  width: 100%;
}
.common-form div .el-form-item[data-v-82c3d9be] .el-form-item__content .el-date-editor {
  width: 100%;
}
