Browse Source

分析图表新增设备按钮,可查看单个设备的趋势图,修改图表样式

余思翰 1 week ago
parent
commit
0c78bb8251

+ 799
- 571
cmc-temperature-ui/src/views/temperature/TemperatureChart.vue
File diff suppressed because it is too large
View File


+ 1
- 1
cmc-temperature-ui/src/views/temperature/temMonitor.vue View File

@@ -472,7 +472,7 @@ const handleTabChange = (tabName) => {
472 472
       // 图表容器样式
473 473
       .chart-container {
474 474
         width: 100%;
475
-        height: 650px;
475
+        height: 800px;
476 476
         min-height: 600px;
477 477
         display: flex;
478 478
         flex-direction: row;

Loading…
Cancel
Save