|
@@ -61,6 +61,12 @@
|
|
|
background: @white;
|
|
|
transition: @transition;
|
|
|
}
|
|
|
+ .wind-site-base-info .wind-site-name{
|
|
|
+ border: 1px solid @deepblue;
|
|
|
+ }
|
|
|
+ .title[data-v-2c3073c8]{
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
//右侧导航栏第一个-最右侧
|
|
|
.light-matrix-small{
|
|
|
background: @white;
|
|
@@ -164,10 +170,23 @@
|
|
|
.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;
|
|
|
+ }
|
|
|
}
|