fix(接口测试): 接口定义打开接口较多时右侧tab页签和运行环境重叠
--bug=1025008 --user=李玉号 【接口测试】接口定义-打开接口较多时-右侧tab页签和运行环境重叠 https://www.tapd.cn/55049933/s/1358332
This commit is contained in:
parent
5ab8213d58
commit
2539a81e4d
|
@ -1127,6 +1127,10 @@ export default {
|
|||
margin-top: 10px;
|
||||
}
|
||||
|
||||
:deep(.el-tabs__nav-wrap) {
|
||||
width: calc(100% - 250px);
|
||||
}
|
||||
|
||||
.ms-api-button {
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
|
|
Loading…
Reference in New Issue