perf: addendpoint侧滑model的param弹框下移

This commit is contained in:
陈劲松
2020-03-13 13:52:12 +08:00
parent 9f399b6a27
commit 36cc264b18

View File

@@ -305,7 +305,7 @@
if (this.editParamBox.type == 2) {
this.tempEndpoint = obj;
}
this.editParamBox.top = position.top - 234;
this.editParamBox.top = position.top - 227;
this.editParamBox.left = position.left - 48;
if (!obj.param) {
this.$set(obj, 'paramObj', []);