fix(接口定义): 修复接口定义编辑页面展示不全的缺陷 (#17987)

--bug=1016841 --user=王孝刚 【接口测试】接口定义新建和编辑页面,下面的响应内容和备注被挡住了
https://www.tapd.cn/55049933/s/1244701

Co-authored-by: wxg0103 <727495428@qq.com>
This commit is contained in:
MeterSphere Bot 2022-09-19 15:22:47 +08:00 committed by GitHub
parent 35b4b612b2
commit 03ba572005
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -985,7 +985,7 @@ export default {
}
/deep/ .el-main {
overflow: hidden;
overflow-y: auto;
}
/deep/ .el-tabs__header {

View File

@ -15,7 +15,7 @@
:module-options="moduleOptions"
/>
</ms-aside-container>
<ms-main-container class="ms-scenario-main-container" style="overflow: hidden">
<ms-main-container class="ms-scenario-main-container">
<el-button-group v-if="currentApi.id" style="z-index: 10; position: fixed;">
<el-button :class="{active: showApiList}" class="item" plain size="small" @click="changeTab('api')">
API