Browse Source

白色样式

wangmengwei 3 years ago
parent
commit
68d957039c
31 changed files with 1115 additions and 1126 deletions
  1. 20 5
      src/assets/styles/common/common.less
  2. 0 86
      src/assets/styles/theme/light/aqgk.less
  3. 62 0
      src/assets/styles/theme/light/aqgk/personnel.less
  4. 371 0
      src/assets/styles/theme/light/components.less
  5. 0 223
      src/assets/styles/theme/light/jjyx.less
  6. 15 0
      src/assets/styles/theme/light/jjyx/decision1.less
  7. 13 0
      src/assets/styles/theme/light/jjyx/decision3db.less
  8. 43 0
      src/assets/styles/theme/light/jjyx/ztfx.less
  9. 15 0
      src/assets/styles/theme/light/jjyx/ztzhl.less
  10. 0 252
      src/assets/styles/theme/light/jsc.less
  11. 24 0
      src/assets/styles/theme/light/jsc/agc.less
  12. 31 0
      src/assets/styles/theme/light/jsc/home.less
  13. 91 69
      src/assets/styles/theme/light/jsc/info.less
  14. 53 0
      src/assets/styles/theme/light/jsc/inverter-info.less
  15. 26 26
      src/assets/styles/theme/light/jsc/lightmatrix1.less
  16. 11 0
      src/assets/styles/theme/light/jsc/map.less
  17. 7 0
      src/assets/styles/theme/light/jsc/matrix.less
  18. 22 20
      src/assets/styles/theme/light/jsc/status.less
  19. 1 4
      src/assets/styles/theme/light/light-qt.less
  20. 0 433
      src/assets/styles/theme/light/zhjx.less
  21. 280 0
      src/assets/styles/theme/light/zhjx/frist.less
  22. 19 0
      src/assets/styles/theme/light/zhjx/malfunctionRecall.less
  23. 1 1
      src/components/arcgis/MHS_FDC.vue
  24. 1 1
      src/components/arcgis/NSS_FDC.vue
  25. 1 1
      src/components/arcgis/QS_FDC.vue
  26. 1 1
      src/components/arcgis/SBQ_FDC.vue
  27. 1 1
      src/components/arcgis/XS_FDC.vue
  28. 1 0
      src/components/coms/collapse/collapse-list.vue
  29. 2 2
      src/views/MalfunctionWarning/components/superviseDataClassify.vue
  30. 1 1
      src/views/WindSite/pages/Home/wind-site-weather.vue
  31. 2 0
      src/views/alarmCenter/customStatistics.vue

+ 20 - 5
src/assets/styles/common/common.less

@@ -21,14 +21,29 @@
 @import "../theme/light/light-sp.less"; // 沙盘
 @import "../theme/light/light-qt.less"; // 其他
 
-@import "../theme/light/jsc.less"; // 驾驶舱
-@import "../theme/light/jjyx.less"; // 经济运行
-@import "../theme/light/zhjx.less"; // 智慧检修	
-@import "../theme/light/aqgk.less"; // 安全管控
+@import "../theme/light/components.less"; // 白色组件
 
 // 驾驶舱模块
 @import "../theme/light/jsc/status.less"; // 状态监视
 @import "../theme/light/jsc/lightmatrix1.less"; // 基础矩阵
-@import "../theme/light/jsc/info.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"; // 驾驶舱

+ 0 - 86
src/assets/styles/theme/light/aqgk.less

@@ -1,86 +0,0 @@
-//安全管控模块白色主题样式
-@import "./setting.less";
-#appBody.light {
-    .personnel .personnel-btn .i-btn:hover, .personnel .personnel-btn .i-btn.active{
-        border:1px solid rgba(75, 85, 174, 0.6);
-        background: rgba(75, 85, 174, 0.6);
-        color: @white;
-    }
-    .personnel .personnel-btn .i-btn{
-        background: rgb(220 221 223);
-        border: 1px solid @black;
-        color: @black;
-    }
-    //人员矩阵
-    .personnel .personnel-box .personnel-box-item{
-        background: @white;
-        border: 1px solid @black;
-    }
-    .personnel .personnel-box .personnel-box-item:hover{
-        border: 1px solid @deepblue;
-        background: @deepblue;
-    }
-    .personnel .personnel-box .personnel-box-item 
-        .personnel-box-item-h .personnel-box-item-form .personnel-box-item-group .personnel-box-item-label{
-            color: @black;
-            font-weight: bold;
-        }
-    .personnel .personnel-box .personnel-box-item:hover 
-        .personnel-box-item-h .personnel-box-item-form .personnel-box-item-group .personnel-box-item-label{
-            color: @white;
-        }
-    .personnel .personnel-box .personnel-box-item 
-        .personnel-box-item-h .personnel-box-item-form .personnel-box-item-group .personnel-box-item-value{
-            color: @black;
-            font-weight: bold;
-        }
-    .personnel .personnel-box .personnel-box-item:hover 
-        .personnel-box-item-h .personnel-box-item-form .personnel-box-item-group .personnel-box-item-value{
-            color: @white
-        }
-    .personnel .personnel-box .personnel-box-item .personnel-box-item-f .personnel-box-item-name{
-            color: @black;
-            font-weight: bold;
-        }
-    .personnel .personnel-box .personnel-box-item:hover .personnel-box-item-f .personnel-box-item-name{
-            color: @white
-        }
-    .personnel .personnel-box .personnel-box-item .personnel-box-item-f .personnel-box-item-icon{
-            color: @black;
-            font-weight: bold;
-        }
-        .personnel .personnel-box .personnel-box-item:hover .personnel-box-item-f .personnel-box-item-icon{
-            color: @white
-        }
-    .font-md{
-        color: @black;
-    }
-    .date-select.el-picker__popper.el-popper[role="tooltip"] .el-picker-panel .el-picker-panel__footer{
-        background: @deepblue;
-        border-color: @deepblue;
-    }
-    .date-select.el-picker__popper.el-popper[role="tooltip"] .el-picker-panel .el-date-picker__editor-wrap 
-    .el-time-panel .el-time-panel__footer{
-        background: @deepblue;
-    }
-    .el-picker-panel .el-time-panel__btn.cancel{
-        color: @white;
-    }
-    .el-time-panel__btn.confirm{
-        color: @black;
-    }
-
-    .el-picker-panel .el-picker-panel__footer .el-button--text{
-        color: @white;
-    }
-    .el-picker-panel .el-picker-panel__footer .el-button.is-plain{
-        background: @white;
-        border-color: @deepblue;
-        color: @black;
-    }
-    //视频监视
-    .iframe4 .el-dialog{
-        background: @white;
-
-    }
-}

+ 62 - 0
src/assets/styles/theme/light/aqgk/personnel.less

@@ -0,0 +1,62 @@
+@import '../setting.less';
+
+#appBody.light {
+	//人员矩阵
+	.personnel {
+		.personnel-btn {
+			.i-btn {
+				&:hover,
+				&.active {
+					border: 1px solid rgba(75, 85, 174, 0.6);
+					background: rgba(75, 85, 174, 0.6);
+					color: @white;
+				}
+				background: rgb(220 221 223);
+				border: 1px solid @black;
+				color: @black;
+			}
+		}
+		.personnel-box {
+			.personnel-box-item {
+				background: @white;
+				border: 1px solid @black;
+				&:hover {
+					border: 1px solid @deepblue;
+					background: @deepblue;
+					.personnel-box-item-h .personnel-box-item-form .personnel-box-item-group {
+						.personnel-box-item-label,
+						.personnel-box-item-value {
+							color: @white;
+						}
+					}
+
+					.personnel-box-item-f {
+						.personnel-box-item-name,
+						.personnel-box-item-icon {
+							color: @white;
+						}
+					}
+				}
+
+				.personnel-box-item-h .personnel-box-item-form .personnel-box-item-group {
+					.personnel-box-item-label,
+					.personnel-box-item-value {
+						color: @black;
+						font-weight: bold;
+					}
+				}
+
+				.personnel-box-item-f {
+					.personnel-box-item-name,
+					.personnel-box-item-icon {
+						color: @black;
+						font-weight: bold;
+					}
+				}
+			}
+		}
+	}
+	.iframe4 .el-dialog {
+		background: @white;
+	}
+}

+ 371 - 0
src/assets/styles/theme/light/components.less

@@ -0,0 +1,371 @@
+@import './setting.less';
+
+#appBody.light {
+	// 组件部分
+	.com-collapse {
+		.collapse-box {
+			.box-text {
+				&:hover {
+					color: @purple;
+					font-weight: 700;
+					background: @fadePurple;
+				}
+			}
+			&.active {
+				background: @white;
+				.box-text {
+				 color: @purple;
+				 font-weight: 700;
+					background: @fadePurple;
+				}
+			}
+			.collapse-items .item.active {
+				background: @fadePurple;
+				color: @deepblue;
+				cursor: pointer;
+				font-weight: bold;
+			}
+		}
+	}
+	.wave {
+		z-index: 1;
+	}
+	.svg-icon {
+		.svg-icon-write,
+		.svg-icon.svg-icon-gray-l {
+			svg use {
+				fill: @black;
+			}
+		}
+	}
+
+	.el-table td.light,
+	.df-table .el-table td.light,
+	.main-body .custom-table.el-table td.light,
+	.df-table .custom-table.el-table td.light,
+	.main-body .el-table td.always-light,
+	.df-table .el-table td.always-light,
+	.main-body .custom-table.el-table td.always-light,
+	.df-table .custom-table.el-table td.always-light {
+		color: @deepblue !important;
+		font-weight: bold;
+	}
+	.table-form tr:nth-child(2n) {
+		background: @gray-3;
+	}
+
+	.com-table {
+		thead tr th {
+			font-weight: 700;
+			background: @gray-3;
+		}
+		tbody tr:nth-child(2n) {
+			background: @gray-3;
+		}
+	}
+	.btn-group-with-icon .btn-group-with-icon-list a {
+		background-color: @white;
+		border: none;
+		color: @black;
+		&.active {
+			color: @white;
+			background-color: @deepblue;
+		}
+	}
+	.el-scrollbar__wrap {
+		background: @white;
+		transition: @transition;
+	}
+
+	.title {
+		font-weight: bold;
+	}
+
+	.general-appearance-body,
+	.booster-station-body {
+		//升压站白色状态
+		background: @white;
+		transition: @transition;
+	}
+
+	.com-table {
+		thead tr th {
+			color: @black;
+		}
+
+		.el-scrollbar tr td {
+			color: @black;
+		}
+
+		.el-scrollbar tr td.light span,
+		.el-scrollbar tr td.light div {
+			color: @blue;
+		}
+	}
+	.btn.green,
+	.btn:hover {
+		color: @deepblue;
+		border-color: @deepblue;
+		background: rgba(@deepblueBg, 0.2);
+	}
+
+	.el-select__popper.select,
+	.el-picker__popper {
+		background: @white;
+		border-color: @white;
+		.el-popper__arrow::before {
+			border: 1px solid @white !important;
+			background: @white !important;
+		}
+		.el-select-dropdown__item.selected,
+		.el-select-dropdown__item:hover {
+			color: @deepblue;
+			background: fade(@deepblue, 20);
+			border: 1px solid @deepblue;
+		}
+		.el-select-dropdown__item {
+			color: @black;
+		}
+	}
+
+	.el-picker__popper.el-popper[role='tooltip'] {
+		background: @white !important;
+		border-color: @white !important;
+		.el-date-table {
+			th {
+				color: @black;
+			}
+			td.current:not(.disabled) span {
+				color: @white;
+				background: @blue;
+			}
+			td.today span,
+			span:hover {
+				color: @blue;
+			}
+			td.prev-month,
+			td.next-month {
+				background: fade(@black, 20);
+			}
+			span {
+				color: @black;
+			}
+		}
+		.el-year-table {
+			td {
+				color: @black;
+			}
+			td.today .cell,
+			td:hover {
+				color: @blue;
+			}
+		}
+	}
+	.el-input {
+		.el-input__inner {
+			background: @white;
+			color: @black;
+		}
+	}
+	.query-item .lable {
+		color: @black;
+	}
+
+	// 风机绩效榜-明细
+	.main-body {
+		input[type='checkbox']:checked {
+			background: @blue;
+			border-color: @blue;
+		}
+		input[type='checkbox'] {
+			background: @white;
+			border-color: @gray-l;
+		}
+	}
+
+	.el-select {
+		.el-select__tags .el-tag {
+			background-color: fade(@deepblue, 20);
+			color: @deepblue;
+
+			.el-icon-close {
+				background-color: fade(@deepblue, 50);
+			}
+		}
+	}
+
+	.active {
+		background: @fadePurple;
+		color: @deepblue;
+	}
+
+	.el-month-table td .cell:hover,
+	.el-date-picker__header-label.active,
+	.el-date-picker__header-label:hover {
+		color: @blue;
+	}
+
+	.action-bar {
+		.selections {
+			.item {
+				background: @white;
+				color: @black;
+				&:hover,
+				&.active {
+					background: fade(@deepblue, 20);
+					border: 1px solid @deepblue;
+					color: @deepblue;
+				}
+			}
+		}
+	}
+
+	// 风场信息
+	.fc-info {
+		.fc-item {
+			& > .title {
+				color: fade(@black, 75);
+			}
+
+			.tags {
+				.tag {
+					.tag-title {
+						color: @black;
+					}
+
+					.tag-value {
+						color: @deepblue;
+						.unit {
+							color: @gray;
+						}
+					}
+				}
+			}
+			.health-info {
+				.title {
+					color: @black;
+					.actions {
+						.action {
+							color: @gray;
+							svg use {
+								fill: @gray;
+							}
+							&.active,
+							&:hover {
+								background: none;
+								color: @deepblue;
+								svg use {
+									fill: @deepblue;
+								}
+							}
+						}
+					}
+				}
+
+				.info-body {
+					.device-list {
+						.item {
+							color: @black;
+							&.green {
+								color: @green;
+								background: fade(@green, 20);
+								border-color: @green;
+							}
+						}
+					}
+				}
+			}
+		}
+	}
+	.el-table {
+		th {
+			color: @black;
+		}
+
+		.el-table__body tr.hover-row.current-row > td,
+		.el-table__body tr.hover-row.el-table__row--striped.current-row > td,
+		.el-table__body tr.hover-row.el-table__row--striped > td,
+		.el-table__body tr.hover-row > td {
+			color: @blue;
+		}
+
+		.ascending .sort-caret.ascending {
+			border-bottom-color: @deepblue;
+		}
+
+		.descending .sort-caret.descending {
+			border-top-color: @deepblue;
+		}
+	}
+
+	.el-checkbox {
+		color: @black;
+		&.is-bordered {
+			&.is-checked {
+				border-color: @deepblue;
+			}
+		}
+		.el-checkbox__input.is-checked + .el-checkbox__label {
+			color: @deepblue;
+		}
+		.el-checkbox__input.is-disabled + span.el-checkbox__label {
+			color: @black;
+		}
+		.el-checkbox__input.is-checked .el-checkbox__inner,
+		.el-checkbox__input.is-indeterminate .el-checkbox__inner {
+			background-color: @deepblue;
+			border-color: @deepblue;
+		}
+
+		.el-checkbox__input.is-focus .el-checkbox__inner {
+			border-color: @deepblue;
+		}
+	}
+	.el-textarea {
+		.el-textarea__inner {
+			color: @black;
+			background: fade(@gray-l, 20);
+		}
+	}
+	.el-time-panel__btn {
+		&.confirm {
+			color: @deepblue;
+		}
+		&.cancel {
+			color: @gray;
+		}
+	}
+	.main-body input {
+		color: @black;
+		background: @white;
+	}
+	.font-md {
+		color: @black;
+	}
+	.date-select.el-picker__popper.el-popper[role='tooltip'] .el-picker-panel .el-picker-panel__footer {
+		background: @deepblue;
+		border-color: @deepblue;
+	}
+	.el-time-panel .el-time-panel__footer {
+		background: @deepblue;
+	}
+	.el-picker-panel .el-time-panel__btn.cancel {
+		color: @white;
+	}
+	.el-time-panel__btn.confirm {
+		color: @black;
+	}
+
+	.el-picker-panel {
+		.el-picker-panel__footer {
+			.el-button--text {
+				color: @white;
+			}
+			.el-button.is-plain {
+				background: @white;
+				border-color: @deepblue;
+				color: @black;
+			}
+		}
+	}
+}

+ 0 - 223
src/assets/styles/theme/light/jjyx.less

@@ -1,223 +0,0 @@
-// 对标管理
-@import "./setting.less";
-#appBody.light {
-	// 风机绩效榜
-    .com-table {
-		thead tr th{
-			color: @black;
-		}
-		
-		.el-scrollbar tr td {
-			color: @black;
-		}
-		
-		.el-scrollbar tr td.light span, .el-scrollbar tr td.light div{
-			color: @blue;
-		}
-	}
-	.btn.green,.btn:hover{
-		color: @deepblue;
-		border-color: @deepblue;
-		background: rgba(@deepblueBg, 0.2);
-	}
-	
-	.el-select__popper.select,.el-picker__popper{
-		background: @white;
-        border-color: @white;
-		.el-popper__arrow::before{
-			border: 1px solid @white !important;
-			background: @white !important;
-		}
-		.el-select-dropdown__item.selected,.el-select-dropdown__item:hover {
-		    color: @deepblue;
-			background:fade(@deepblue, 20);
-			border: 1px solid @deepblue;
-		}
-		.el-select-dropdown__item{
-			color:@black;
-		}
-	}
-	
-	.el-picker__popper.el-popper[role="tooltip"] {
-		background: @white !important;
-		border-color: @white !important;
-		.el-date-table{
-			th{
-				color:@black ;
-			}
-			td.current:not(.disabled) span{
-				color: @white;
-				background:@blue;
-			}
-			td.today span,span:hover {
-			    color: @blue;
-			}
-			td.prev-month,td.next-month{
-				background: fade(@black,20);
-			}
-			span{
-				color:@black;
-			}
-		}
-		.el-year-table{
-			td{
-				color: @black;
-			}
-			td.today .cell,td:hover{
-				color: @blue;
-			}
-		}
-	}
-	.el-input{
-		.el-input__inner{
-			background: @white;
-			color: @black;
-		}
-	}
-	.query-item .lable{
-		color:@black;
-	}
-	
-	// 风机绩效榜-明细
-	.main-body{
-		input[type="checkbox"]:checked{
-			background:@blue;
-			border-color: @blue;
-		}
-		input[type="checkbox"]{
-			background: @white;
-			border-color: @gray-l;
-		}
-	} 
-	
-	.decision-page-2,.decision-page-3,.decision-page-4{
-		.com-panel{
-			border-radius:0;
-			padding:0;
-		}
-	}
-	.action{
-		color: @blue;
-	}
-	
-	//线路对标
-	.el-select {
-	  .el-select__tags .el-tag {
-	    background-color: fade(@deepblue, 20);
-	    color: @deepblue;
-	
-	    .el-icon-close {
-	      background-color: fade(@deepblue, 50);
-	    }
-	  }
-	}
-	
-	//单机横向对比
-	.direction-info {
-	  .com-table {
-	    th,
-	    td {
-	      color: @black;
-	    }
-	  }
-	}
-	
-	// 状态转换率
-	.newspan {
-	  color: @black;
-	}
-	.newspan:hover {
-	  background: linear-gradient(to top,rgba(54,52,142, 0.5),rgba(54,52,142, 0));
-	  color: @deepblue;
-	}
-	.newspan:hover::after {
-	  border: 0.093vh solid @deepblue;
-	}
-	.active {
-	  // background: linear-gradient(to top,rgba(54,52,142, 0.5),rgba(54,52,142, 0));
-	  background:@fadePurple;
-	  color: @deepblue;
-	}
-	.active::after {
-	  // border: 0.093vh solid @deepblue;
-	}
-	
-	.el-month-table td .cell:hover,
-	.el-date-picker__header-label.active,
-	.el-date-picker__header-label:hover{
-		color:@blue;
-	}
-	
-	// 综合分析
-	.ztfx {
-	  .table-complex {
-	    .table {
-	      tbody {
-	        tr:nth-child(2n) td {
-	          background-color: fade(@black, 20%);
-	          &.item {
-	            background-color: transparent;
-	          }
-	        }
-	      }
-	
-	      th {
-	        background: fade(@black, 40);
-	        color: @white;
-	      }
-	      td {
-	        color: @black;
-	      }
-	    }
-	  }
-	  .table-panel {
-	    .table {
-	      tbody {
-	        tr:nth-child(2n) td {
-	          background-color: fade(@black, 20%);
-	        }
-	      }
-	      th {
-	        background: fade(@black, 40);
-	        color: @white;
-	      }
-	      td {
-	        color: @black;
-	      }
-	    }
-	  }
-	}
-	
-  .action-bar {
-	.selections {
-	  .item {
-		color: @black;
-		&:hover,
-		&.active {
-		  background: fade(@deepblue, 20);
-		  border: 1px solid @deepblue;
-		  color: @deepblue;
-		}
-	  }
-	}
-  }
-
-  // 风场信息
-  .fc-info {
-	.fc-item {
-	  & > .title {
-		color: @black;
-	  }
-	  .tags {
-		.tag {
-		  .tag-title {
-			color: @black;
-		  }
-		  .tag-value {
-			color: @deepblue;
-		  }
-		}
-	  }
-	}
-  }
-}

+ 15 - 0
src/assets/styles/theme/light/jjyx/decision1.less

@@ -0,0 +1,15 @@
+@import "../setting.less";
+
+#appBody.light {
+    // 风机绩效榜
+    .decision-page-2,.decision-page-3,.decision-page-4{
+    	.com-panel{
+    		border-radius:0;
+    		padding:0;
+    	}
+    }
+    .action{
+    	color: @blue;
+    }
+   
+}

+ 13 - 0
src/assets/styles/theme/light/jjyx/decision3db.less

@@ -0,0 +1,13 @@
+@import '../setting.less';
+
+#appBody.light {
+	//单机横向对比
+	.direction-info {
+		.com-table {
+			th,
+			td {
+				color: @black;
+			}
+		}
+	}
+}

+ 43 - 0
src/assets/styles/theme/light/jjyx/ztfx.less

@@ -0,0 +1,43 @@
+@import '../setting.less';
+
+#appBody.light {
+	// 专题分析
+	.ztfx {
+		.table-complex {
+			.table {
+				tbody {
+					tr:nth-child(2n) td {
+						background-color: fade(@black, 20%);
+						&.item {
+							background-color: transparent;
+						}
+					}
+				}
+
+				th {
+					background: fade(@black, 40);
+					color: @white;
+				}
+				td {
+					color: @black;
+				}
+			}
+		}
+		.table-panel {
+			.table {
+				tbody {
+					tr:nth-child(2n) td {
+						background-color: fade(@black, 20%);
+					}
+				}
+				th {
+					background: fade(@black, 40);
+					color: @white;
+				}
+				td {
+					color: @black;
+				}
+			}
+		}
+	}
+}

+ 15 - 0
src/assets/styles/theme/light/jjyx/ztzhl.less

@@ -0,0 +1,15 @@
+@import '../setting.less';
+
+#appBody.light {
+	// 状态转换率
+	.newspan {
+		color: @black;
+	}
+	.newspan:hover {
+		background: linear-gradient(to top, rgba(54, 52, 142, 0.5), rgba(54, 52, 142, 0));
+		color: @deepblue;
+	}
+	.newspan:hover::after {
+		border: 0.093vh solid @deepblue;
+	}
+}

+ 0 - 252
src/assets/styles/theme/light/jsc.less

@@ -1,252 +0,0 @@
-@import "./setting.less";
-
-#appBody.light {
-
-    //驾驶舱模块-矩阵白色主题样式二级页面
-
-    .title {
-        font-weight: bold;
-    }
-
-    //右侧导航栏第一个-最右侧
-    .light-matrix-small {
-        background: @white;
-        transition: @transition;
-    }
-
-    //最右侧导航
-   
-
-    //右侧导航栏第二个底色
-    .df-table .custom-table.el-table {
-        background: @white;
-        transition: @transition;
-    }
-
-    .general-appearance-body {
-        background: @white;
-        transition: @transition;
-    }
-
-    .booster-station-body {
-        background: @white;
-        transition: @transition;
-    }
-
-    .Inverter-Info .box-main .Inverter-Info-body .Inverter-Info-title {
-        position: relative;
-        background: @white;
-        transition: @transition;
-    }
-
-    //场站监视
-    .Inverter-Info .box-main .Inverter-Info-body .Inverter-Info-title .title {
-        color: @deepblue;
-        font-weight: bold;
-    }
-
-    .Inverter-Info .box-main .Inverter-Info-body .Inverter-Info-title .title-tools-left {
-        color: @black;
-    }
-
-    table.table-form.mg-b-8 {
-        background: @white;
-        transition: @transition;
-    }
-
-    .Inverter-Info .box-main .Inverter-Info-body .inverter-datas .inverter-item .inverter-item-info .states {
-        background: @white;
-        transition: @transition;
-    }
-
-    .com-collapse .collapse-box .collapse-items .item.active {
-        color: @deepblue;
-        cursor: pointer;
-        font-weight: bold;
-    }
-
-    .matrix .panel-title .panel-title-name {
-        color: @deepblue;
-    }
-
-    .wave {
-        z-index: 1;
-    }
-
-    .svg-icon.svg-icon-write svg use {
-        fill: @black;
-    }
-
-    .svg-icon.svg-icon-gray-l svg use {
-        fill: @black;
-    }
-
-    //驾驶舱模块-Agc白色主题样式
-    .com-panel2 .panel-header2 .panel-tools2 {
-        color: @black;
-        opacity: 0.3;
-    }
-
-    .panel-table .data-item .data-item-count {
-        color: @deepblue;
-    }
-
-    .com-panel2 .panel-header2 .panel-title2 {
-        color: @deepblue;
-    }
-
-    .com-panel2.green .panel-header2 .panel-title2 .panel-icon2 {
-        color: @black;
-    }
-
-    .com-panel2.green .panel-header2::after {
-        background-image: linear-gradient(to right, @white, rgba(5, 187, 76, 0));
-    }
-
-    // 风场
-    .station-tip {
-        background-color: @gray-l;
-        color: @black;
-    }
-
-    .el-table td.light,
-    .df-table .el-table td.light,
-    .main-body .custom-table.el-table td.light,
-    .df-table .custom-table.el-table td.light,
-    .main-body .el-table td.always-light,
-    .df-table .el-table td.always-light,
-    .main-body .custom-table.el-table td.always-light,
-    .df-table .custom-table.el-table td.always-light {
-        color: @deepblue  !important;
-        font-weight: bold;
-    }
-	
-	.wind-site-info {
-		.wind-site-menu {
-			border-radius: 0 15px 0 0;
-			color: @black;
-		  background: @gray-3;
-		}
-	}
-	
-	.com-collapse {
-		.collapse-box {
-			.box-text {
-				&:hover {
-					color: @purple;
-					font-weight: 700;
-				  background: @fadePurple;
-				}
-			}
-			&.active {
-				background: @white;
-			  .box-text {
-				  color: @purple;
-				  font-weight: 700;
-				background: @fadePurple;
-			  }
-			}
-			.collapse-items .item.active{
-				background: @fadePurple;
-			}
-		}
-	}
-	
-	.wind-site-warning .search .options .option-item{
-		background: @white;
-		.count,.text{
-			border-radius: 0.3125rem;
-			border: none;
-			background: @gray-3;
-		}
-		&.active{
-			.count,.text{
-				background: @fadePurple;
-				color: @deepblue;
-			}
-		}
-	}
-	
-	.wind-site-info{
-		.wind-site-info-body {
-			.info-menu {
-				.info-menu-item {
-					& + .info-menu-item {
-						border: none;
-						background-color: @white;
-					}
-				}
-			}
-		}
-	}
-	
-	
-		
-	.table-form tr:nth-child(2n){
-		background: @gray-3;
-	}
-	.generator .info-panel .panel-title{
-		background: @gray-3;
-	}
-	.com-table {
-		thead tr th{
-			font-weight: 700;
-			background: @gray-3;
-		}
-		tbody tr:nth-child(2n){
-			background: @gray-3;
-		}
-	}
-	.Inverter-Info .box-main .Inverter-Info-body .inverter-datas .inverter-item .inverter-item-info .states{
-		.state-list .list-item{
-			background: rgba(96, 103, 105, 0.1);
-			&:nth-child(2n){
-				background: transparent
-			}
-			.state{
-				background: rgba(96, 103, 105, 0.2);
-			}
-		}
-		.counts {
-			.all{
-				background: rgba(96, 103, 105, 0.1);
-			}
-			.error{
-				color:@white;
-			}
-		}
-	}
-	.Inverter-Info .box-main {
-		.wind-site-menu{
-			background-color: @gray-3;
-		}
-		.Inverter-Info-body {
-			.inverter-datas .inverter-item .inverter-item-info{
-				border:1px solid @gray-3;
-				background-color: @white;
-			}
-		}
-	}
-	
-	.btn-group-with-icon .btn-group-with-icon-list a{
-		background-color: @white;
-		border: none;
-		color: @black;
-		&.active{
-			color: @white;
-			background-color: @deepblue;
-		}
-	}
-	// 暂无认领部分
-	// .el-scrollbar__wrap {
-	//     background: @white;
-	//     transition: @transition;
-	// }
-	
-	// .map-1 .btn-group-tabs {
-	//     display: flex;
-	//     flex-direction: row;
-	//     background: @white;
-	//     height: 50px;
-	// }
-}

+ 24 - 0
src/assets/styles/theme/light/jsc/agc.less

@@ -0,0 +1,24 @@
+@import '../setting.less';
+
+#appBody.light {
+	// AGC 监视
+	.com-panel2 .panel-header2 {
+		&::after {
+			background-image: linear-gradient(to right, @white, rgba(5, 187, 76, 0));
+		}
+		.panel-tools2 {
+			color: @black;
+			opacity: 0.3;
+		}
+		.panel-title2 {
+			color: @deepblue;
+			.panel-icon2 {
+				color: @black;
+			}
+		}
+	}
+
+	.panel-table .data-item .data-item-count {
+		color: @deepblue;
+	}
+}

+ 31 - 0
src/assets/styles/theme/light/jsc/home.less

@@ -0,0 +1,31 @@
+@import '../setting.less';
+
+#appBody.light {
+	//风场-场站监视
+	.station-tip {
+		background-color: @gray-l;
+		color: @black;
+	}
+
+	.wind-site-info {
+		//场站监视
+		.wind-site-info-body {
+			.info-menu {
+				.info-menu-item {
+					& + .info-menu-item {
+						border: none;
+						background-color: @white;
+					}
+				}
+			}
+		}
+	}
+	.light-matrix-small {
+		background: @white;
+		transition: @transition;
+	}
+	.df-table .custom-table.el-table {
+		background: @white;
+		transition: @transition;
+	}
+}

+ 91 - 69
src/assets/styles/theme/light/jsc/info.less

@@ -1,72 +1,94 @@
-@import "../setting.less";
+@import '../setting.less';
 
-#appBody.light {// 单机状态监视
-    
-   .wind-site-warning {//单机状态监视
-       background: @white;
-       transition: @transition;
-   }
-   
-   //右侧导航栏第一个-天气
-   .wind-site-weather {
-   	border-radius: 10px;
-   	border: none;
-       background: @white;
-       transition: @transition;
-   }
-   
-   .wind-site-base-info {
-	   .power-load{
-		   background-color: @white;
-	   }
-	   .wind-site-tag {
-	     background: @gray-3;
-	   	.tag-value {
-	   	  color: @deepblue;
-	   	}
-	   }
-	   .info-panel {
-	   	.panel-title {
-	   		background: @gray-3;
-	   	}
-	   }
-   	.generation {
-   	    background: @white;
-   	}
-   	.wind-site-name {
-   	    border: none;
-   		background-color: @fadePurple;
-   	}
-   	.wind-site-other{
-   		.wind-site-tag{
-   			background-color: @white;
-   		}
-   	}
-   }
-   .wind-site .page-common-body .page-common-body-menu .page-common-body-menu-box {
-       background-color: @white;
-       transition: @transition;
+#appBody.light {
+	// 单机状态监视
+	.wind-site-warning .search .options .option-item {
+		background: @white;
+		transition: @transition;
+		.count,
+		.text {
+			border-radius: 0.3125rem;
+			border: none;
+			background: @gray-3;
+		}
+		&.active {
+			.count,
+			.text {
+				background: @fadePurple;
+				color: @deepblue;
+			}
+		}
+	}
+
+	//右侧导航栏第一个-天气
+	.wind-site-weather {
+		border-radius: 10px;
+		border: none;
+		background: @white;
+		transition: @transition;
+	}
+	.generator .info-panel .panel-title {
+		background: @gray-3;
+	}
+	.wind-site-base-info {
+		.power-load {
+			background-color: @white;
+		}
+		.wind-site-tag {
+			background: @gray-3;
+			.tag-value {
+				color: @deepblue;
+			}
+		}
+		.info-panel {
+			.panel-title {
+				background: @gray-3;
+			}
+		}
+		.generation {
+			background: @white;
+		}
+		.wind-site-name {
+			border: none;
+			background-color: @fadePurple;
+		}
+		.wind-site-other {
+			.wind-site-tag {
+				background-color: @white;
+			}
+		}
+	}
+	.wind-site-info {
+		.wind-site-menu {
+			border-radius: 0 15px 0 0;
+			color: @black;
+			background: @gray-3;
+		}
+	}
+	.wind-site .page-common-body .page-common-body-menu .page-common-body-menu-box {
+		background-color: @white;
+		transition: @transition;
 		border: none;
 		border-radius: 5px;
-   	.page-common-body-menu-item{
-   		  border: none;
-   		  .svg-icon svg use{
-   			fill:@gray-font;
-   		  }
-   		  &.active{
-   			  background:@fadePurple;
-   			  border: none;
-   			  &::after{
-   				box-shadow:none;
-   				border: none;
-   			  }
-   			  .svg-icon.svg-icon-yellow svg use{
-   				  fill:@deepblue;
-   			  }
-   		  }
-   	}
-   	.page-common-body-menu-border{
-   		background-color: transparent;
-   	}
-   }
-}
+		.page-common-body-menu-item {
+			border: none;
+			.svg-icon svg use {
+				fill: @gray-font;
+			}
+			&.active {
+				background: @fadePurple;
+				border: none;
+				&::after {
+					box-shadow: none;
+					border: none;
+				}
+				.svg-icon.svg-icon-yellow svg use {
+					fill: @deepblue;
+				}
+			}
+		}
+		.page-common-body-menu-border {
+			background-color: transparent;
+		}
+	}
+}

+ 53 - 0
src/assets/styles/theme/light/jsc/inverter-info.less

@@ -0,0 +1,53 @@
+@import '../setting.less';
+
+#appBody.light {
+	//
+	.Inverter-Info .box-main {
+		.wind-site-menu {
+			background-color: @gray-3;
+		}
+		.Inverter-Info-body {
+			.inverter-datas .inverter-item .inverter-item-info {
+				border: 1px solid @gray-3;
+				background-color: @white;
+				.states {
+					background: @white;
+					transition: @transition;
+					.state-list .list-item {
+						background: rgba(96, 103, 105, 0.1);
+						&:nth-child(2n) {
+							background: transparent;
+						}
+						.state {
+							background: rgba(96, 103, 105, 0.2);
+						}
+					}
+					.counts {
+						.all {
+							background: rgba(96, 103, 105, 0.1);
+						}
+						.error {
+							color: @white;
+						}
+					}
+				}
+			}
+			.Inverter-Info-title {
+				position: relative;
+				background: @white;
+				transition: @transition;
+				.title {
+					color: @deepblue;
+					font-weight: bold;
+				}
+				.title-tools-left {
+					color: @black;
+				}
+			}
+			.table-form.mg-b-8 {
+				background: @white;
+				transition: @transition;
+			}
+		}
+	}
+}

+ 26 - 26
src/assets/styles/theme/light/jsc/lightmatrix1.less

@@ -1,27 +1,27 @@
-@import "../setting.less";
+@import '../setting.less';
 
-#appBody.light { // 基础矩阵
-   .panel-body {
-       background: @white;
-       transition: @transition;
-   }
-   
-   .card-panel .card-left .tag {
-       color: @black;
-   }
-   
-   .light-matrix .panel {
-       background-color: gainsboro;
-   }
-   
-   .light-matrix .panel-box .panel-title .panel-title-name {
-       font-size: 1.296vh;
-       color: @deepblue;
-       font-weight: bold;
-   }
-   
-   .svg-icon.svg-icon-green svg use {
-       fill: @deepblue;
-   }
-   
-}
+#appBody.light {
+	// 基础矩阵
+	.panel-body {
+		background: @white;
+		transition: @transition;
+	}
+
+	.card-panel .card-left .tag {
+		color: @black;
+	}
+
+	.light-matrix .panel {
+		background-color: gainsboro;
+	}
+
+	.light-matrix .panel-box .panel-title .panel-title-name {
+		font-size: 1.296vh;
+		color: @deepblue;
+		font-weight: bold;
+	}
+
+	.svg-icon.svg-icon-green svg use {
+		fill: @deepblue;
+	}
+}

+ 11 - 0
src/assets/styles/theme/light/jsc/map.less

@@ -0,0 +1,11 @@
+@import "../setting.less";
+
+#appBody.light {
+    // 
+   .map-1 .btn-group-tabs {
+       display: flex;
+       flex-direction: row;
+       background: @white;
+       height: 50px;
+   }
+}

+ 7 - 0
src/assets/styles/theme/light/jsc/matrix.less

@@ -0,0 +1,7 @@
+@import "../setting.less";
+
+#appBody.light {
+   .matrix .panel-title .panel-title-name {//风场矩阵
+       color: @deepblue;
+   }
+}

+ 22 - 20
src/assets/styles/theme/light/jsc/status.less

@@ -1,33 +1,35 @@
-@import "../setting.less";
+@import '../setting.less';
 
 #appBody.light {
-    // 状态监视
-    .status-panel .status-com-panel{
-		.panel-body{
+	// 状态监视
+	.status-panel .status-com-panel {
+		.panel-body {
 			padding: 0;
 			.p-body {
-				.item-box .data-item{
+				.item-box .data-item {
 					background-color: @white;
 					border-top: 1px solid @gray-3;
-					.f3,.f5{
+					.f3,
+					.f5 {
 						color: @deepblue;
 					}
 					&.light {
-						&:first-child{
+						&:first-child {
 							background-color: @gray-3;
-							
-							div{
+
+							div {
 								color: @black;
 							}
-							&::after{
+							&::after {
 								background-color: @deepblue;
 							}
 						}
-						&::after{
+						&::after {
 							background-color: transparent;
 						}
-						div{
-							&.f3,&.f5{
+						div {
+							&.f3,
+							&.f5 {
 								color: @deepblue;
 							}
 							color: @gray;
@@ -36,13 +38,13 @@
 					}
 				}
 				.category-box {
-				    width: 100%;
-				    background-color: @white;
-				    transition: @transition;
-				    display: flex;
-				    margin-bottom: 0.37vh;
+					width: 100%;
+					background-color: @white;
+					transition: @transition;
+					display: flex;
+					margin-bottom: 0.37vh;
 					.score span {
-					    color: @deepblue;
+						color: @deepblue;
 						background-color: fade(@deepblue, 10%);
 						border: 0.093vh solid @deepblue;
 					}
@@ -50,4 +52,4 @@
 			}
 		}
 	}
-}
+}

+ 1 - 4
src/assets/styles/theme/light/light-qt.less

@@ -201,10 +201,6 @@
         color: @black;
     }
 
-    .action-bar .selections .item {
-        background: @white;
-    }
-
     //预警记录-升压站报警
     .number {
         background: @white;
@@ -215,6 +211,7 @@
     .custom-report-items .title {
         background: @white;
         color: @black;
+		width: 18.2vw;
     }
 
     .el-pagination .el-pager li {

+ 0 - 433
src/assets/styles/theme/light/zhjx.less

@@ -1,433 +0,0 @@
-@import "./setting.less";
-#appBody.light {
-	// 故障诊断
-	.el-table{
-		th{
-			color:@black;
-		}
-		
-		.el-table__body tr.hover-row.current-row > td,
-		.el-table__body tr.hover-row.el-table__row--striped.current-row > td,
-		.el-table__body tr.hover-row.el-table__row--striped > td,
-		.el-table__body tr.hover-row > td {
-		  color: @blue;
-		}
-		
-		.ascending .sort-caret.ascending {
-		  border-bottom-color: @deepblue;
-		}
-		
-		.descending .sort-caret.descending {
-		  border-top-color: @deepblue;
-		}
-	} 
-	
-	
-	// 故障回溯
-	.el-checkbox {
-	  color: @black;
-	
-	  &.is-bordered {
-	    &.is-checked {
-	      border-color: @deepblue;
-	    }
-	  }
-	
-	  .el-checkbox__input.is-checked + .el-checkbox__label {
-	    color: @deepblue;
-	  }
-	  .el-checkbox__input.is-disabled+span.el-checkbox__label{
-		  color: @black;
-	  }
-	  .el-checkbox__input.is-checked .el-checkbox__inner,
-	  .el-checkbox__input.is-indeterminate .el-checkbox__inner {
-	    background-color: @deepblue;
-	    border-color: @deepblue;
-	  }
-	
-	  .el-checkbox__input.is-focus .el-checkbox__inner {
-	    border-color: @deepblue;
-	  }
-	}
-	
-	.time-axis-box {
-	    .time-axis-progress-box {
-	        .time-axis-progress {
-	            background: fade(@deepblue, 60);
-	        }
-	        .time-axis-progress-scale {
-	            border: 1px solid @deepblue;
-	        }
-	    }
-	}
-	
-	.fdp-sub-title {
-	    color: @deepblue;
-	}
-	
-	// 健康推荐
-  .selections {
-	.item {
-	  color: @black;
-	  background: fade(@black, 20);
-	  border: 1px solid fade(@black, 20);
-
-	  &:hover,
-	  &.active {
-		background: fade(@deepblue, 20);
-		border: 1px solid @deepblue;
-		color: @deepblue;
-	  }
-	}
-  }
-
-  .power-info {
-
-	.info-tab {
-	  .tab {
-		color: @black;
-		background: fade(@black, 20);
-		border: 1px solid fade(@black, 20);
-		i {
-		  svg use {
-			fill: @black;
-		  }
-		}
-
-		&:hover,
-		&.active {
-		  background: fade(@deepblue, 20);
-		  border: 1px solid @deepblue;
-		  color: @deepblue;
-
-		  i svg use {
-			fill: @deepblue;
-		  }
-		}
-
-		&.active::after {
-		  border-bottom: 9px solid @deepblue;
-		}
-
-		&.active::before {
-		  border-bottom: 9px solid #063319;
-		}
-	  }
-
-	}
-  }
-
-  .health-report {
-	// 健康报告 按钮样式
-	.actions {
-		.active{
-			border: 1px solid @deepblue;
-		}
-	  .item {
-		color: fade(@white, 75);
-		&.green {
-		  background: @deepblue;
-		}
-
-		&.purple {
-		  background: @purple;
-		}
-
-		&.gray {
-		  background: @black;
-		}
-	  }
-	}
-
-	.report-items {
-
-	  .item {
-		.title {
-		  background: fade(@black, 40);
-		  color: @black;
-		}
-
-		.info {
-		  background: fade(@black, 20);
-		  color: @font-color;
-		  .actions {
-			.success {
-			  border-color:@deepblue;
-			  color: @deepblue;
-			  background: fade(@deepblue,20);
-			}
-		  }
-		}
-	  }
-	}
-  }
-  
-  // 健康推荐-已分配任务
-  .track-info {
-    .form-info {
-      .work-flow {
-        background: fade(@gray, 20);
-        .work-flow-line {
-          background: @deepblue;
-        }
-  
-        .work-flow-item {
-          &.active {
-			  background: none;
-            .work-flow-icon-item {
-              .work-flow-icon-o {
-                  border: 1px solid @deepblue;
-                }
-  
-                .work-flow-icon-i {
-                  border: 2px solid @deepblue;
-                  background: linear-gradient(to bottom, @gray-l 0%,@gray-l 20%,@deepblue 100%);
-                }
-  
-                .svg-icon {
-                  svg {
-                    use {
-                      fill: @deepblue;
-                    }
-                  }
-                }
-            }
-  
-            .work-flow-text {
-              color: @deepblue;
-            }
-          }
-  
-          .work-flow-icon-item {
-            .work-flow-icon-o {
-              border: 1px solid #B3BDC0;
-            }
-  
-            .work-flow-icon-m {
-              border: 4px solid #212b2b;
-            }
-  
-            .work-flow-icon-i {
-              border: 2px solid @gray-l;
-              background: linear-gradient(to bottom, @gray 0%,@gray 20%,@gray-l 100%);
-            }
-  
-            .svg-icon {
-              svg {
-                use {
-                  fill: @gray-l;
-                }
-              }
-            }
-          }
-          .work-flow-text {
-              color: @black;
-            }
-        }
-      }
-    }
-  
-    .evaluate {
-  
-      .evaluate-item {
-        .evaluate-label,
-        .evaluate-unit {
-          color: @black;
-        }
-      }
-    }
-    .tabs {
-      border-left: 1px solid #53626833;
-  
-      .tab-box {
-  
-      .tab-item {
-        &.active {
-          color: @deepblue;
-          background-image: @deepblueLinearTop;
-  
-          &::after {
-            border: 1px solid @deepblue;
-          }
-        }
-      }
-    }
-    }
-  }
-  
-  .el-textarea {
-    .el-textarea__inner {
-      color: @black;
-	  background: fade(@gray-l, 20);
-    }
-  }
-  
-  .defect-elimination-tracking {
-	  background: fade(@white, 95);
-	  border: 1px solid fade(@deepblue, 50);
-	  
-    .defect-elimination-tracking-close {
-      &:hover {
-        i {
-          color: @blue;
-        }
-      }
-    }
-  
-    .header-tile-box {
-      .header-tile {
-  
-        .info-form-box {
-          .info-form {
-            .info-form-label {
-              color: @gray;
-            }
-            .info-form-value {
-              color: @black;
-            }
-          }
-        }
-      }
-    }
-    .det-chart-title {
-      color: @black;
-    }
-  
-    .det-chart-sub-title {
-      color: @black;
-    }
-  
-    .det-chart-sub-title-big {
-      color: @black;
-    }
-  }
-  
-  .health-2 {
-    // 电量健康情况
-    .power-info {
-      .info-tab {
-  
-        .tab {
-          color: @black;
-  
-          &:hover,
-          &.active {
-            background: fade(@deepblue, 20);
-            border: 1px solid @deepblue;
-            color: @deepblue;
-            i {
-              svg use {
-                fill: @deepblue;
-              }
-            }
-          }
-  
-          &.active::after {
-            border-bottom: 9px solid @deepblue;
-          }
-        }
-      }
-  
-    }
-    // 风场信息
-    .fc-info {
-      .fc-item {
-  
-        & > .title {
-          color: fade(@black, 75);
-        }
-  
-  
-        .tags {
-          .tag {
-            .tag-title {
-              color: @black;
-            }
-  
-            .tag-value {
-              color: @deepblue;
-              .unit {
-                color: @gray;
-              }
-            }
-          }
-        }
-        .health-info {
-          .title {
-            color: @black;
-            .actions {
-              .action {
-				  color: @gray;
-				  svg use {
-				    fill: @gray;
-				  }
-                &.active,
-                &:hover {
-					background: none;
-                  color: @deepblue;
-                  svg use {
-                    fill: @deepblue;
-                  }
-                }
-              }
-            }
-          }
-  
-          .info-body {
-            .device-list {
-              .item {
-                color: @black;
-                &.green {
-                  color: @green;
-                  background: fade(@green, 20);
-                  border-color: @green;
-                }
-              }
-            }
-          }
-        }
-      }
-    }
-  }
-  
-  .health-3{
-	  .com-panel{
-		  .green{
-		  		color:@green;
-				&.lengend{
-					background:@blue;
-				}
-		  }
-	  }
-  }
-  .el-time-panel__btn.confirm {
-    color: @deepblue;
-  }
-  
-  // .el-time-panel__btn.cancel {
-  //   color: @gray;
-  // }
-  .health-6 .header-info .selections .item:hover i svg use, .health-6 .header-info .selections .item.active i svg use {
-      fill: @deepblue;
-  }
-  .health-matrix{
-	  .green{
-		  color:@green;
-	  }
-	  .health-matrix-panel {
-		  .header{
-			  .svg-icon svg use{
-				  fill:@black;
-			  }
-			  .tools .tool-block .legend-value{
-			  		color: @black;
-			  }
-		  } 
-	  }
-  }
-  
-  .main-body input{
-	  color:@black;
-	  background:@white;
-  }
-}

+ 280 - 0
src/assets/styles/theme/light/zhjx/frist.less

@@ -0,0 +1,280 @@
+@import '../setting.less';
+
+#appBody.light {
+	// 健康推荐
+	.selections {
+		.item {
+			color: @black;
+			background: fade(@black, 20);
+			border: 1px solid fade(@black, 20);
+
+			&:hover,
+			&.active {
+				background: fade(@deepblue, 20);
+				border: 1px solid @deepblue;
+				color: @deepblue;
+			}
+		}
+	}
+
+	.power-info {
+		.info-tab {
+			.tab {
+				color: @black;
+				background: fade(@black, 20);
+				border: 1px solid fade(@black, 20);
+				i {
+					svg use {
+						fill: @black;
+					}
+				}
+
+				&:hover,
+				&.active {
+					background: fade(@deepblue, 20);
+					border: 1px solid @deepblue;
+					color: @deepblue;
+
+					i svg use {
+						fill: @deepblue;
+					}
+				}
+
+				&.active::after {
+					border-bottom: 9px solid @deepblue;
+				}
+
+				&.active::before {
+					border-bottom: 9px solid #063319;
+				}
+			}
+		}
+	}
+	.health-report {
+		// 健康报告 按钮样式
+		.actions {
+			.active {
+				border: 1px solid @deepblue;
+			}
+			.item {
+				color: fade(@white, 75);
+				&.green {
+					background: @deepblue;
+				}
+
+				&.purple {
+					background: @purple;
+				}
+
+				&.gray {
+			  background: @black;
+				}
+			}
+		}
+
+		.report-items {
+			.item {
+				.title {
+					background: fade(@black, 40);
+					color: @black;
+				}
+
+				.info {
+					background: fade(@black, 20);
+					color: @font-color;
+					.actions {
+						.success {
+					  border-color: @deepblue;
+							color: @deepblue;
+							background: fade(@deepblue, 20);
+						}
+					}
+				}
+			}
+		}
+	}
+
+	// 健康推荐-已分配任务
+	.track-info {
+		.form-info {
+			.work-flow {
+				background: fade(@gray, 20);
+				.work-flow-line {
+					background: @deepblue;
+				}
+
+				.work-flow-item {
+					&.active {
+				  background: none;
+						.work-flow-icon-item {
+							.work-flow-icon-o {
+								border: 1px solid @deepblue;
+							}
+
+							.work-flow-icon-i {
+								border: 2px solid @deepblue;
+								background: linear-gradient(to bottom, @gray-l 0%, @gray-l 20%, @deepblue 100%);
+							}
+
+							.svg-icon {
+								svg {
+									use {
+										fill: @deepblue;
+									}
+								}
+							}
+						}
+
+						.work-flow-text {
+							color: @deepblue;
+						}
+					}
+
+					.work-flow-icon-item {
+						.work-flow-icon-o {
+							border: 1px solid #b3bdc0;
+						}
+
+						.work-flow-icon-m {
+							border: 4px solid #212b2b;
+						}
+
+						.work-flow-icon-i {
+							border: 2px solid @gray-l;
+							background: linear-gradient(to bottom, @gray 0%, @gray 20%, @gray-l 100%);
+						}
+
+						.svg-icon {
+							svg {
+								use {
+									fill: @gray-l;
+								}
+							}
+						}
+					}
+					.work-flow-text {
+						color: @black;
+					}
+				}
+			}
+		}
+
+		.evaluate {
+			.evaluate-item {
+				.evaluate-label,
+				.evaluate-unit {
+					color: @black;
+				}
+			}
+		}
+		.tabs {
+			border-left: 1px solid #53626833;
+			.tab-box {
+				.tab-item {
+					&.active {
+						color: @deepblue;
+						background-image: @deepblueLinearTop;
+
+						&::after {
+							border: 1px solid @deepblue;
+						}
+					}
+				}
+			}
+		}
+	}
+	.defect-elimination-tracking {
+		background: fade(@white, 95);
+		border: 1px solid fade(@deepblue, 50);
+
+		.defect-elimination-tracking-close {
+			&:hover {
+				i {
+					color: @blue;
+				}
+			}
+		}
+
+		.header-tile-box {
+			.header-tile {
+				.info-form-box {
+					.info-form {
+						.info-form-label {
+							color: @gray;
+						}
+						.info-form-value {
+							color: @black;
+						}
+					}
+				}
+			}
+		}
+		.det-chart-title {
+			color: @black;
+		}
+
+		.det-chart-sub-title {
+			color: @black;
+		}
+
+		.det-chart-sub-title-big {
+			color: @black;
+		}
+	}
+	.health-2 {
+		// 电量健康情况
+		.power-info {
+			.info-tab {
+				.tab {
+					color: @black;
+
+					&:hover,
+					&.active {
+						background: fade(@deepblue, 20);
+						border: 1px solid @deepblue;
+						color: @deepblue;
+						i {
+							svg use {
+								fill: @deepblue;
+							}
+						}
+					}
+
+					&.active::after {
+						border-bottom: 9px solid @deepblue;
+					}
+				}
+			}
+		}
+	}
+
+	.health-3 {
+		.com-panel {
+			.green {
+				color: @green;
+				&.lengend {
+					background: @blue;
+				}
+			}
+		}
+	}
+	.health-6 .header-info .selections .item:hover i svg use,
+	.health-6 .header-info .selections .item.active i svg use {
+		fill: @deepblue;
+	}
+	.health-matrix {
+		.green {
+			color: @green;
+		}
+		.health-matrix-panel {
+			.header {
+				.svg-icon svg use {
+					fill: @black;
+				}
+				.tools .tool-block .legend-value {
+					color: @black;
+				}
+			}
+		}
+	}
+}

+ 19 - 0
src/assets/styles/theme/light/zhjx/malfunctionRecall.less

@@ -0,0 +1,19 @@
+@import "../setting.less";
+
+#appBody.light {
+    // 故障回溯
+   .time-axis-box {
+       .time-axis-progress-box {
+           .time-axis-progress {
+               background: fade(@deepblue, 60);
+           }
+           .time-axis-progress-scale {
+               border: 1px solid @deepblue;
+           }
+       }
+   }
+   
+   .fdp-sub-title {
+       color: @deepblue;
+   }
+}

+ 1 - 1
src/components/arcgis/MHS_FDC.vue

@@ -1,5 +1,5 @@
 <template>
-  <div style="width: 100%; height: 100%">
+  <div class="map-1" style="width: 100%; height: 100%">
     <arcgis
       class="arcgis-layer"
       @when="when"

+ 1 - 1
src/components/arcgis/NSS_FDC.vue

@@ -1,5 +1,5 @@
 <template>
-  <div style="width: 100%; height: 100%">
+  <div class="map-1" style="width: 100%; height: 100%">
     <arcgis
       class="arcgis-layer"
       @when="when"

+ 1 - 1
src/components/arcgis/QS_FDC.vue

@@ -1,5 +1,5 @@
 <template>
-  <div style="width: 100%; height: 100%">
+  <div class="map-1" style="width: 100%; height: 100%">
     <arcgis
       class="arcgis-layer"
       @when="when"

+ 1 - 1
src/components/arcgis/SBQ_FDC.vue

@@ -1,5 +1,5 @@
 <template>
-  <div style="width: 100%; height: 100%">
+  <div class="map-1" style="width: 100%; height: 100%">
     <arcgis
       class="arcgis-layer"
       @when="when"

+ 1 - 1
src/components/arcgis/XS_FDC.vue

@@ -1,5 +1,5 @@
 <template>
-  <div style="width: 100%; height: 100%">
+  <div class="map-1" style="width: 100%; height: 100%">
     <arcgis
       class="arcgis-layer"
       @when="when"

+ 1 - 0
src/components/coms/collapse/collapse-list.vue

@@ -231,4 +231,5 @@ export default {
     }
   }
 }
+
 </style>

+ 2 - 2
src/views/MalfunctionWarning/components/superviseDataClassify.vue

@@ -361,8 +361,8 @@ export default {
       params.dataInfos = dataInfos
       axios({
         method: "post",
-        url: "http://10.155.32.14:9090/api/supervised/execute",
-		// url: "http://192.168.10.16:8080/api/supervised/execute",
+        // url: "http://10.155.32.14:9090/api/supervised/execute",
+		url: "http://192.168.10.16:8080/api/supervised/execute",
         data: params,
         header: {
           "Content-Type": "application/json",

+ 1 - 1
src/views/WindSite/pages/Home/wind-site-weather.vue

@@ -1,4 +1,4 @@
-// 天气分析
+<!-- 天气分析 -->
 <template>
   <div class="wind-site-weather">
     <!-- <div class="title">风场 {{ nowTime }} 实况</div> -->

+ 2 - 0
src/views/alarmCenter/customStatistics.vue

@@ -292,6 +292,8 @@ export default {
 .custom-report-items {
   display: flex;
   flex-wrap: wrap;
+  height: 80vh;
+  overflow-y:auto;
   .title {
     height: 80px;
     width: 18.8vw;