Browse Source

温湿度监测修改

lxh 10 months ago
parent
commit
def599a70f
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/views/vent/monitorManager/sensorMonitor/index.vue

+ 3 - 2
src/views/vent/monitorManager/sensorMonitor/index.vue

@@ -22,7 +22,7 @@
                 design-scope="modelsensor_monitor"
                 @select-row="getSelectRow"
                 :deviceType="deviceKind"
-                :scroll="{ y: chartsColumns.length > 0 ? 300 : 600 }"
+                :scroll="{ y: chartsColumns.length > 0 ? 600 : 600 }"
                 size="''"
                 title="传感器监测"
               >
@@ -36,7 +36,8 @@
                 </template>
               </MonitorTable>
             </div>
-            <div class="charts-box" v-if="chartsColumns.length > 0">
+            <!-- v-if="chartsColumns.length > 0" -->
+            <div class="charts-box" v-if="false">
               <BarAndLine
                 :chartsColumnsType="selectData.deviceType"
                 xAxisPropType="readTime"