refactor(接口定义): 优化编辑接口tab宽度 (#17116)

--bug=1016021 --user=王孝刚 【接口测试】新建/编辑接口,接口名称右侧有块空白
https://www.tapd.cn/55049933/s/1227785

Co-authored-by: wxg0103 <727495428@qq.com>
This commit is contained in:
MeterSphere Bot 2022-08-19 15:34:59 +08:00 committed by GitHub
parent 1784da2eab
commit defaa92c48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -659,7 +659,6 @@ export default {
this.activeName = index.name;
}
},
nodeChange(node, nodeIds, pNodes) {
this.initApiTableOpretion = "nodeChange";
this.selectNodeIds = nodeIds;
@ -776,7 +775,7 @@ export default {
text-overflow: ellipsis;
vertical-align: middle;
white-space: nowrap;
width: 200px;
max-width: 200px;
}
</style>

View File

@ -1014,6 +1014,6 @@ export default {
text-overflow: ellipsis;
vertical-align: middle;
white-space: nowrap;
width: 200px;
max-width: 200px;
}
</style>