From f800f09b73ac50c8286b99fc75b1ab1bc56fba96 Mon Sep 17 00:00:00 2001 From: fit2-zhao Date: Wed, 9 Dec 2020 13:22:08 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8E=A5=E5=8F=A3=E5=AE=9A=E4=B9=89):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86=E6=A0=B7=E5=BC=8F=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/auth/ApiAuthConfig.vue | 4 +- .../request/http/ApiHttpRequestForm.vue | 1 - .../components/response/RequestMetric.vue | 92 +++---------------- .../components/response/ResponseResult.vue | 6 +- frontend/src/business/components/xpack | 2 +- 5 files changed, 22 insertions(+), 83 deletions(-) diff --git a/frontend/src/business/components/api/definition/components/auth/ApiAuthConfig.vue b/frontend/src/business/components/api/definition/components/auth/ApiAuthConfig.vue index 36e4004250..a1f5bc31b3 100644 --- a/frontend/src/business/components/api/definition/components/auth/ApiAuthConfig.vue +++ b/frontend/src/business/components/api/definition/components/auth/ApiAuthConfig.vue @@ -102,5 +102,7 @@ diff --git a/frontend/src/business/components/api/definition/components/request/http/ApiHttpRequestForm.vue b/frontend/src/business/components/api/definition/components/request/http/ApiHttpRequestForm.vue index b7b0f6735c..a90510fc67 100644 --- a/frontend/src/business/components/api/definition/components/request/http/ApiHttpRequestForm.vue +++ b/frontend/src/business/components/api/definition/components/request/http/ApiHttpRequestForm.vue @@ -226,5 +226,4 @@ height: 18px; border-radius: 42%; } - diff --git a/frontend/src/business/components/api/definition/components/response/RequestMetric.vue b/frontend/src/business/components/api/definition/components/response/RequestMetric.vue index d153b89423..cb504b5703 100644 --- a/frontend/src/business/components/api/definition/components/response/RequestMetric.vue +++ b/frontend/src/business/components/api/definition/components/response/RequestMetric.vue @@ -1,34 +1,18 @@ @@ -51,56 +35,6 @@ diff --git a/frontend/src/business/components/api/definition/components/response/ResponseResult.vue b/frontend/src/business/components/api/definition/components/response/ResponseResult.vue index 8a0a36c8e9..4b34df1c5b 100644 --- a/frontend/src/business/components/api/definition/components/response/ResponseResult.vue +++ b/frontend/src/business/components/api/definition/components/response/ResponseResult.vue @@ -86,7 +86,7 @@ }, computed: { isSqlType() { - return (this.currentProtocol === "SQL" && this.response.responseResult.responseCode === '200' && this.mode ==='table'); + return (this.currentProtocol === "SQL" && this.response.responseResult.responseCode === '200' && this.mode === 'table'); } } } @@ -120,6 +120,10 @@ padding: 0; } + /deep/ .el-tabs__nav-wrap::after { + height: 0px; + } + pre { margin: 0; } diff --git a/frontend/src/business/components/xpack b/frontend/src/business/components/xpack index a22a3005d9..8a972a1987 160000 --- a/frontend/src/business/components/xpack +++ b/frontend/src/business/components/xpack @@ -1 +1 @@ -Subproject commit a22a3005d9bd254793fcf634d72539cbdf31be3a +Subproject commit 8a972a198775b3783ed6e4cef27197e53d1ebdc8