refactor(接口测试): 优化dubbo调试页面样式 (#11786)

--bug=1011521 --user=王孝刚
【接口测试】dubbo协议-api-test-增加前置操作后-断言规则tab页显示隐藏-需要点击右侧的>才能看到
https://www.tapd.cn/55049933/s/1123428

Co-authored-by: wxg0103 <727495428@qq.com>
This commit is contained in:
metersphere-bot 2022-03-22 17:42:04 +08:00 committed by GitHub
parent ccf5f03309
commit 947d372038
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 42 additions and 37 deletions

View File

@ -4,7 +4,8 @@
<el-col :span="spanNum" style="padding-bottom: 20px">
<div style="border:1px #DCDFE6 solid; height: 100%;border-radius: 4px ;width: 100% ;">
<el-form :model="request" ref="request" label-width="100px" :disabled="isReadOnly" style="margin: 10px">
<el-form :model="request" ref="request" label-width="100px" :disabled="isReadOnly" style="margin: 10px"
class="ms-el-tabs__nav-scroll">
<el-form-item :label="$t('api_test.request.dubbo.protocol')" prop="protocol">
<el-select v-model="request.protocol" size="small">
@ -70,7 +71,6 @@
<ms-jmx-step :request="request" :apiId="request.id" :response="response" @reload="reloadBody"
:tab-type="'assertionsRule'" ref="assertionsRule"/>
</el-tab-pane>
</el-tabs>
</el-form>
@ -248,4 +248,9 @@
/deep/ .el-form-item {
margin-bottom: 15px;
}
.ms-el-tabs__nav-scroll >>> .el-tabs__nav-scroll {
width: calc(100% - 10px);
}
</style>