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:
parent
1784da2eab
commit
defaa92c48
|
@ -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>
|
||||
|
|
|
@ -1014,6 +1014,6 @@ export default {
|
|||
text-overflow: ellipsis;
|
||||
vertical-align: middle;
|
||||
white-space: nowrap;
|
||||
width: 200px;
|
||||
max-width: 200px;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue