likang 2 years ago
parent
commit
bd4dabeb1a

+ 1 - 1
src/views/dashboard/rladmin/components/MaintenanceAlarmChart.vue

@@ -177,7 +177,7 @@ export default {
                      name: 'SG-8.0-167',
                      name: 'SG-8.0-167',
                     type: 'line',
                     type: 'line',
                     smooth: false,
                     smooth: false,
-                    data:[8,9,5,8,7,8,9,9,9]
+                    data:[8,9,5,8,7,8,9]
                 },
                 },
 
 
 
 

+ 2 - 2
src/views/dashboard/rladmin/index.vue

@@ -115,7 +115,7 @@
             shadow="always"
             shadow="always"
             trigger="hover"
             trigger="hover"
             :menuItems="alarmGrowthMenuItems"
             :menuItems="alarmGrowthMenuItems"
-            :bodyStyle="{height: '500px'}"
+            :bodyStyle="{height: '700px'}"
           >
           >
               <template v-slot:content>
               <template v-slot:content>
                   <maintenance-alarm-chart width="100%" :options="pressure" />
                   <maintenance-alarm-chart width="100%" :options="pressure" />
@@ -132,7 +132,7 @@
             shadow="always"
             shadow="always"
             trigger="hover"
             trigger="hover"
             :menuItems="alarmGrowthMenuItems"
             :menuItems="alarmGrowthMenuItems"
-            :bodyStyle="{height: '500px'}"
+            :bodyStyle="{height: '700px'}"
           >
           >
               <template v-slot:content>
               <template v-slot:content>
                   <maintenance-alarm-chart width="100%"  :options="torque" />
                   <maintenance-alarm-chart width="100%"  :options="torque" />