fix(接口测试): 修复请求参数过长时缺少分号的缺陷
--bug=1024981 --user=王孝刚 【接口测试】github #23249,在请求体里粘贴请求报文的长度较长时,显示不完整,没有显示参数最后的分号。 https://www.tapd.cn/55049933/s/1357844
This commit is contained in:
parent
26bb8a8156
commit
7e2baa9d37
|
@ -112,4 +112,8 @@ export default {
|
|||
};
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
||||
<style scoped>
|
||||
:deep(.ace_text-layer){
|
||||
padding:0px !important;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -115,5 +115,7 @@ export default {
|
|||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
:deep(.ace_text-layer){
|
||||
padding:0px !important;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue