Browse Source

Modified model traceability style, modified debugger tree and graph association issues

tags/v1.0.0
qin_jun_yan 5 years ago
parent
commit
6a90bb0525
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      mindinsight/ui/src/views/debugger/debugger.vue
  2. +1
    -0
      mindinsight/ui/src/views/train-manage/model-traceback.vue

+ 1
- 1
mindinsight/ui/src/views/debugger/debugger.vue View File

@@ -1253,6 +1253,7 @@ export default {
this.curWatchPointId = null; this.curWatchPointId = null;
this.defaultCheckedArr = []; this.defaultCheckedArr = [];
this.resolve(this.origialTree); this.resolve(this.origialTree);
this.resetGraph();
}, },
/** /**
* delete new watchpoint * delete new watchpoint
@@ -1413,7 +1414,6 @@ export default {
param: '', param: '',
pending: true, pending: true,
}); });
this.resetGraph();
} }
this.curWatchPointId = ''; this.curWatchPointId = '';
}, },


+ 1
- 0
mindinsight/ui/src/views/train-manage/model-traceback.vue View File

@@ -2865,6 +2865,7 @@ export default {
} }
.select-inner-input { .select-inner-input {
width: calc(100% - 130px); width: calc(100% - 130px);
min-width:70px;
margin: 2px 4px; margin: 2px 4px;
display: inline-block; display: inline-block;
} }


Loading…
Cancel
Save