fix:修复asset编辑页面取消选择机柜未正确修改的bug & 调整traffic配置页面样式

This commit is contained in:
wangwenrui
2020-10-21 14:48:25 +08:00
parent 2e6e9a7ef0
commit bce456af63
5 changed files with 8 additions and 5 deletions

View File

@@ -39,7 +39,7 @@
this.curConfigs=configs;
let position = e.target.getBoundingClientRect();
this.editTagsBox.top = position.top + 25;
this.editTagsBox.left = position.left - 48;
this.editTagsBox.left = position.left + 80;
this.tempTagsObj=[];
this.inputKeyErr=[];
let obj=null;