From d175e4dd905fb848c3e16df9a037512b1bdc44a9 Mon Sep 17 00:00:00 2001 From: song-tianyang Date: Mon, 6 Jun 2022 18:47:53 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95):?= =?UTF-8?q?=20TCP=E6=9B=B4=E5=A4=9A=E9=85=8D=E7=BD=AE=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1013817 --user=宋天阳 【接口测试】TCP协议接口页面显示缺陷 https://www.tapd.cn/55049933/s/1174034 --- .../request/tcp/TcpFormatParameters.vue | 114 +++++++++--------- 1 file changed, 60 insertions(+), 54 deletions(-) diff --git a/frontend/src/business/components/api/definition/components/request/tcp/TcpFormatParameters.vue b/frontend/src/business/components/api/definition/components/request/tcp/TcpFormatParameters.vue index 20bf08ae34..e8a36332a7 100644 --- a/frontend/src/business/components/api/definition/components/request/tcp/TcpFormatParameters.vue +++ b/frontend/src/business/components/api/definition/components/request/tcp/TcpFormatParameters.vue @@ -3,7 +3,7 @@
- + @@ -49,76 +49,82 @@ - - - + + + - - - - + + - - - - - - - - - - - - - - - - + - - - - - + + + - - - + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -584,7 +590,7 @@ export default { } .other-config { - padding: 15px; + padding: 15px 0px; }