fix(接口测试): 修复请求参数过长时缺少分号的缺陷

--bug=1024981 --user=王孝刚 【接口测试】github
#23249,在请求体里粘贴请求报文的长度较长时,显示不完整,没有显示参数最后的分号。
https://www.tapd.cn/55049933/s/1357844
This commit is contained in:
wxg0103 2023-03-30 18:48:51 +08:00 committed by fit2-zhao
parent 26bb8a8156
commit 7e2baa9d37
2 changed files with 8 additions and 2 deletions

View File

@ -112,4 +112,8 @@ export default {
};
</script>
<style scoped></style>
<style scoped>
:deep(.ace_text-layer){
padding:0px !important;
}
</style>

View File

@ -115,5 +115,7 @@ export default {
</script>
<style scoped>
:deep(.ace_text-layer){
padding:0px !important;
}
</style>