@import "color.less"; @import "font.less"; // 关于主题样式的开发,应遵循以下开发提规章: // 1. 通过增加样式的 id class 标签名 来提升权重实现样式替换。 // 即:避免使用 !important 修饰符来提升权重(本身需覆盖的样式就有 !important 的除外) // 2. 个人所负责的模块内的所有样式个人处理解决完。 // 包括但不限于模块内所使用但还没进行样式切换修改的组件、工具、弹窗、第三方UI库等。 // 3. 理论上来说只需要亮色主题样式。 // 但是部分模块可能还需要再写一份暗色的样式避免切换后亮色主题的部分样式残留问题。如需写两套,所分配任务的个人承担。 // 4. 遵循一个模块一个 less 文件的原则,文件顶部写明当前文件所属模块的名称。 // 5. 提交代码后如果衍生出冲突需要自行解决 // 亮色主题 @import "../theme/light/light-jsc.less"; // 驾驶舱 @import "../theme/light/light-jjyx.less"; // 经济运行 @import "../theme/light/light-sp.less"; // 沙盘 @import "../theme/light/light-qt.less"; // 其他 @import "../theme/light/components.less"; // 白色组件 // 驾驶舱模块 @import "../theme/light/jsc/status.less"; // 状态监视 @import "../theme/light/jsc/lightmatrix1.less"; // 基础矩阵 @import "../theme/light/jsc/info.less"; // 单机状态监视 /monitor/windsite/info/MHS_FDC/MG01_01 @import "../theme/light/jsc/inverter-info.less"; //monitor/windsite/inverter-info/MHS_FDC/MG01_01 @import "../theme/light/jsc/matrix.less";//风场矩阵 /monitor/windsite/matrix/MHS_FDC @import "../theme/light/jsc/agc.less";// AGC 监视 @import "../theme/light/jsc/home.less";// 场站监视 /monitor/windsite/home/MHS_FDC @import "../theme/light/jsc/map.less";// 场站监视 /monitor/windsite/map/MHS_FDC // 经济运行模块 @import "../theme/light/jjyx/decision1.less";//风机绩效榜 /decision/decision1 @import "../theme/light/jjyx/decision3db.less";//单机横向对比 /decision/decision3db @import "../theme/light/jjyx/ztzhl.less";// 状态转换率 /decision/ztzhl @import "../theme/light/jjyx/ztfx.less"; //专题分析 /decision/ztfx // 智慧检修模块 @import "../theme/light/zhjx/frist.less"; //健康推荐 /health/frist @import "../theme/light/zhjx/malfunctionRecall.less"; //故障回溯 /health/gzzd/malfunctionRecall // 安全管控模块 @import "../theme/light/aqgk/personnel.less"; //人员矩阵 /save/personnel // 暗色主题 @import "../theme/dark/dark-jsc.less"; // 驾驶舱