|
@@ -380,7 +380,7 @@ export default {
|
|
|
},
|
|
|
|
|
|
methods: {
|
|
|
- windturbineMessage(msg){
|
|
|
+ windturbineMessage(msg) {
|
|
|
console.log(msg);
|
|
|
},
|
|
|
// 切换子系统事件
|
|
@@ -404,7 +404,7 @@ export default {
|
|
|
this.menuIndex = menuIndex;
|
|
|
},
|
|
|
clearBackground() {
|
|
|
- return
|
|
|
+ return;
|
|
|
let body = $("body.light");
|
|
|
if (!body) body = $("body.dark");
|
|
|
body.css({
|
|
@@ -606,12 +606,17 @@ body {
|
|
|
.el-table__body tr.hover-row > td.el-table__cell {
|
|
|
background-color: rgba(2, 2, 2) !important;
|
|
|
}
|
|
|
-#appBody.light .el-table th.el-table__cell > .cell{
|
|
|
- height: 8.2vh!important;
|
|
|
+#appBody.light .el-table th.el-table__cell > .cell {
|
|
|
+ height: 8.2vh !important;
|
|
|
}
|
|
|
-.power-benchmarking-page .top .top-left .table.el-table thead tr:last-child th .cell{
|
|
|
+.power-benchmarking-page
|
|
|
+ .top
|
|
|
+ .top-left
|
|
|
+ .table.el-table
|
|
|
+ thead
|
|
|
+ tr:last-child
|
|
|
+ th
|
|
|
+ .cell {
|
|
|
height: 116px !important;
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
</style>
|