perf:project 左侧菜单调整&所有左侧菜单添加背景色&英文国际化调整

This commit is contained in:
wangwenrui
2020-04-17 12:48:46 +08:00
parent 12a3c3413f
commit af138f576d
6 changed files with 122 additions and 106 deletions

View File

@@ -627,7 +627,9 @@
},
currentProject(n, o) {
this.endpointForm.projectId = n.id;
this.getModuleList(n.id);
if(this.rightBox.show){
this.getModuleList(n.id);
}
},
currentModule: {
immediate: true,
@@ -696,7 +698,7 @@
border: none;
}
.param-box-row {
padding: 7px 0 0 0;
padding: 7px 10px 0 10px;
position: relative;
}
.param-box-row:last-of-type {