fix:修复asset编辑页面取消选择机柜未正确修改的bug & 调整traffic配置页面样式
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user