@@ -504,6 +504,7 @@ const StatusListData = () => {
ikwhthisday: item.attributeMap.ikwhthisday,
iturbineoperationmode: state,
locked: item.attributeMap.locked,
+ irotorspeed:item.attributeMap.irotorspeed,
},
}
})
@@ -1157,8 +1158,8 @@ const computedHeight = reactive({
const sizeChange = () => {
const rect = HomeHight.value?.getBoundingClientRect()
if (!rect) return
- computedHeight.powerHeight = rect.height - 636 + 'px'
- computedHeight.alarmHeight = rect.height - 580 + 'px'
+ computedHeight.powerHeight = rect.height - 630 + 'px'
+ computedHeight.alarmHeight = rect.height - 578 + 'px'
computedHeight.centerHeight = rect.height - 0 + 'px'
if (window.screen.width < 1360) {
computedHeight.alarmHeight = '200px'
@@ -1211,7 +1212,6 @@ $labelHeight: 38px;
width: 100%;
height: $labelHeight;
font-size: 18px;
- line-height: 18px;
font-weight: 600;
color: #4e5969;
line-height: 38px;
@@ -1220,13 +1220,18 @@ $labelHeight: 38px;
}
.default-main {
width: 100%;
- // height: 100%;
- // min-height: 920px;
+ height: 100%;
+ min-height: 920px;
padding: 0;
margin: 0;
color: #4e5969;
background-color: #f2f3f5;
- overflow: hidden;
+ .el-row{
+ width: calc(100% - 0px);
+ .el-col{
+ height: calc(100% - 10px);
+ }
+ }
.content-number {
color: #333333;
font-size: 20px;
@@ -1315,7 +1320,7 @@ $labelHeight: 38px;
@include cardDefaultStyle;
@include cardlabel;
width: 100%;
- min-height: 298px;
+ min-height: 290px;
height: v-bind('computedHeight.powerHeight');
.chartBox {
height: calc(100% - $labelHeight);
@@ -1326,14 +1331,15 @@ $labelHeight: 38px;
}
}
.matrix {
- /* @include cardDefaultStyle;
- @include cardlabel;*/
background: url('/@/assets/dashboard/bg1.png') no-repeat #ffffff;
background-size: 100% 100%;
min-height: 900px;
width: 100%;
height: v-bind('computedHeight.centerHeight');
margin-bottom: 0;
+ .el-scrollbar{
+ height: calc(100% - 20px);
+ }
}
.summarize {
padding: 10px;
@@ -1341,7 +1347,6 @@ $labelHeight: 38px;
background-color: #fff;
margin-bottom: 20px;
word-break: keep-all;
- /*@include cardDefaultStyle;*/
@include cardlabel;
min-height: 224px;
.summarize-panel-list {
@@ -1375,14 +1380,8 @@ $labelHeight: 38px;
}
}
}
- .cardContentRight {
- width: 100%;
- height: 100%;
- }
.trend {
- /* @include cardDefaultStyle;
- @include cardlabel;*/
min-height: 300px;
height: 335px;
overflow: hidden;
@@ -1428,12 +1427,13 @@ $labelHeight: 38px;
/* @include cardDefaultStyle;
@include cardlabel;*/
/*height: 370px;*/
- min-height: 350px;
+ min-height: 340px;
height: v-bind('computedHeight.alarmHeight');
}
}
}
+
@media screen and (max-width: 1920px) {
.default-main {
.trend {
@@ -1443,20 +1443,36 @@ $labelHeight: 38px;
}
@media screen and (max-width: 1280px) {
.default-main {
+ /*height: auto !important;*/
overflow: none;
+ .windtitle{
+ margin-bottom: 10px;
+ }
.summarize {
.summarize-panel {
margin: 2px !important;
+ .summarize-panel-base {
+ white-space: normal !important;
+ }
}
}
}
}
+@media screen and (max-width: 1366px) {
+ .default-main {
+ .summarize {
+ word-break: break-all !important;
+ }
+ }
+}
@media screen and (max-width: 1360px) {
.default-main {
+ font-size: 11px !important;
.overview {
.small-panel {
.small-base {
margin-left: 0px !important;
+ font-size: 11px !important;
}
}
}
@@ -1491,6 +1507,9 @@ $labelHeight: 38px;
margin-bottom: 10px !important;
}
.grid-content {
+ .cardLabel{
+ font-size: 16px !important;
+ }
.panelBg {
/* padding: 10px !important;*/
margin-bottom: 10px !important;
@@ -1507,7 +1526,7 @@ $labelHeight: 38px;
padding: 0 !important;
}
.matrix {
- height: 908px !important;
+ height: 900px !important;
}
:deep(.el-tabs__header) {
margin-top: -33px !important;
diff --git a/ui/dasadmin/src/views/backend/home/windMatrix.vue b/ui/dasadmin/src/views/backend/home/windMatrix.vue
index e5c5c52f..6f509c0d 100644
--- a/ui/dasadmin/src/views/backend/home/windMatrix.vue
+++ b/ui/dasadmin/src/views/backend/home/windMatrix.vue
@@ -28,7 +28,7 @@