@charset "UTF-8";
/**
 * @description 全局主题变量配置
 */
/* stylelint-disable */
[data-v-81321db4]:export {
  menu-color: #25293c;
  menu-color-active: rgba(255, 255, 255, 0.95);
  menu-background: white;
}
.schedulingPlan-iframe-search[data-v-81321db4] {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
.schedulingPlan-iframe-content[data-v-81321db4] {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 10px;
}
.schedulingPlan-iframe-content .list-head[data-v-81321db4] {
  margin-bottom: 20px;
}
.schedulingPlan-iframe-content[data-v-81321db4] .el-table__empty-text {
  text-align: left;
}
