From 9d0979535295ae2a6b6169e01ca6af8c9cd7a10b Mon Sep 17 00:00:00 2001 From: fit2-zhao Date: Sat, 18 Sep 2021 18:56:27 +0800 Subject: [PATCH] =?UTF-8?q?style(=E6=8E=A5=E5=8F=A3=E5=AE=9A=E4=B9=89)=20?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E4=B8=AD=E5=BF=83=E6=A0=B7=E5=BC=8F=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/business/components/task/TaskCenter.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/business/components/task/TaskCenter.vue b/frontend/src/business/components/task/TaskCenter.vue index 0acb83f490..7720f5c076 100644 --- a/frontend/src/business/components/task/TaskCenter.vue +++ b/frontend/src/business/components/task/TaskCenter.vue @@ -24,7 +24,7 @@ - +
收起
@@ -304,7 +304,7 @@ export default { if (status) { status = row.executionStatus.toLowerCase(); if (status === 'saved' || status === 'completed' || status === 'success' || status === 'error') { - this.size = 1350; + this.size = 1400; this.reportId = row.id; this.reportType = row.executionModule; switch (row.executionModule) { @@ -523,7 +523,7 @@ export default { .ms-task-opt-btn { position: fixed; - right: 1322px; + right: 1372px; top: 50%; z-index: 1; width: 20px;