fix(接口测试): 接口定义打开接口较多时右侧tab页签和运行环境重叠

--bug=1025008 --user=李玉号 【接口测试】接口定义-打开接口较多时-右侧tab页签和运行环境重叠
https://www.tapd.cn/55049933/s/1358332
This commit is contained in:
shiziyuan9527 2023-03-31 17:39:30 +08:00 committed by wxg0103
parent 1440e64a73
commit 9c9b959501
1 changed files with 4 additions and 0 deletions

View File

@ -1127,6 +1127,10 @@ export default {
margin-top: 10px; margin-top: 10px;
} }
:deep(.el-tabs__nav-wrap) {
width: calc(100% - 250px);
}
.ms-api-button { .ms-api-button {
position: absolute; position: absolute;
right: 10px; right: 10px;