@charset "UTF-8";
/**
 * @description 全局主题变量配置
 */
/* stylelint-disable */
[data-v-25361041]:export {
  menu-color: #25293c;
  menu-color-active: rgba(255, 255, 255, 0.95);
  menu-background: white;
}
.border-div[data-v-25361041] {
  border: 1px solid #e7e0e0;
  border-radius: 5px;
  padding: 5px;
  margin: 5px;
}
.buttonAddClass[data-v-25361041] {
  border: 1px dashed;
  width: 25%;
  margin-right: 30px;
}
.small-width[data-v-25361041] {
  width: 50px;
}
.small-width .el-input .el-input__inner[data-v-25361041] {
  max-width: 100% !important;
}
.small-width .el-input__inner[data-v-25361041] {
  max-width: 100% !important;
}
.small-width .el-date-editor .el-input__inner[data-v-25361041] {
  max-width: 100% !important;
}
