@charset "UTF-8";
/**
 * @description 全局主题变量配置
 */
/* stylelint-disable */
[data-v-7c70a5d4]:export {
  menu-color: #25293c;
  menu-color-active: rgba(255, 255, 255, 0.95);
  menu-background: white;
}
.link-text-class[data-v-7c70a5d4] {
  margin-left: 20px;
  color: gray;
}
[data-v-7c70a5d4] .el-form-item__error {
  top: 70%;
}
