fix(接口定义): 修复接口定义编辑页面展示不全的缺陷 (#17987)
--bug=1016841 --user=王孝刚 【接口测试】接口定义新建和编辑页面,下面的响应内容和备注被挡住了 https://www.tapd.cn/55049933/s/1244701 Co-authored-by: wxg0103 <727495428@qq.com>
This commit is contained in:
parent
35b4b612b2
commit
03ba572005
|
@ -985,7 +985,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
/deep/ .el-main {
|
/deep/ .el-main {
|
||||||
overflow: hidden;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
/deep/ .el-tabs__header {
|
/deep/ .el-tabs__header {
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
:module-options="moduleOptions"
|
:module-options="moduleOptions"
|
||||||
/>
|
/>
|
||||||
</ms-aside-container>
|
</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-group v-if="currentApi.id" style="z-index: 10; position: fixed;">
|
||||||
<el-button :class="{active: showApiList}" class="item" plain size="small" @click="changeTab('api')">
|
<el-button :class="{active: showApiList}" class="item" plain size="small" @click="changeTab('api')">
|
||||||
API
|
API
|
||||||
|
|
Loading…
Reference in New Issue