From 1f246034df113937a1e2743ad70118fe0e068ab2 Mon Sep 17 00:00:00 2001 From: fit2-zhao Date: Wed, 2 Nov 2022 11:42:43 +0800 Subject: [PATCH] =?UTF-8?q?style(=E4=BB=BB=E5=8A=A1=E4=B8=AD=E5=BF=83):=20?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E6=A8=A1=E5=BC=8F=E5=AE=BD=E5=BA=A6=E5=A1=AB?= =?UTF-8?q?=E5=85=85=E4=B8=8D=E5=85=A8=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sdk-parent/frontend/src/components/task/TaskCenter.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/sdk-parent/frontend/src/components/task/TaskCenter.vue b/framework/sdk-parent/frontend/src/components/task/TaskCenter.vue index f81d41bfde..61d76e924b 100644 --- a/framework/sdk-parent/frontend/src/components/task/TaskCenter.vue +++ b/framework/sdk-parent/frontend/src/components/task/TaskCenter.vue @@ -345,7 +345,7 @@ export default { 'pending' || status === 'fake_error') { this.executionModule = null; this.$nextTick(() => { - this.size = window.innerWidth - 50; + this.size = window.innerWidth; this.reportId = row.id; this.executionModule = row.executionModule; this.reportType = row.reportType;