feat:新增termail监控功能

This commit is contained in:
zhangyu
2021-03-04 16:11:11 +08:00
parent fa17911d65
commit 4f224106d9
5 changed files with 367 additions and 9 deletions

View File

@@ -375,7 +375,7 @@
</div>
</el-dialog>
<div class="right-bottom-zoom">
<div class="right-bottom-zoom" v-if="!fromOverView&&!editTopologyFlag&&!fromPrev">
<div class="zoom-option" style="border-bottom: 1px solid #c5c8cb;" @click="zoomMap(0.25)"><span><i class="nz-icon nz-icon-enlarge"></i></span></div>
<div class="zoom-option" @click="zoomMap(-0.25)"><span><i class="nz-icon nz-icon-narrow"></i></span></div>
</div>
@@ -1477,7 +1477,7 @@
case 'space':
case 'scale':
case 'translate':
this.getNodesArr();
this.getNodesArr();
// if(!this.timer2){
// this.timer2=setTimeout(()=>{
// this.getNodesArr();