Browse Source

优化 监控中心 前台样式

temp
fks-yangshouda 4 weeks ago
parent
commit
49df50b260
  1. 3
      hx-ai-intelligent/src/view/monitor/deviceMonitor/tree/index.vue
  2. 3
      hx-ai-intelligent/src/view/monitor/energyMonitor/tree/index.vue

3
hx-ai-intelligent/src/view/monitor/deviceMonitor/tree/index.vue

@ -73,7 +73,8 @@
zIndex: 9,
position: 'absolute',
}"
@click="getSelect">
@click="getSelect"
v-if="divWidth != 0">
查询
</a-button>
</div>

3
hx-ai-intelligent/src/view/monitor/energyMonitor/tree/index.vue

@ -110,7 +110,8 @@
zIndex: 9,
position: 'absolute',
}"
@click="getSelect(null)">
@click="getSelect(null)"
v-if="divWidth != 0">
查询
</a-button>
</div>

Loading…
Cancel
Save