From 020b232ae290deac3e94c6bc476f77c28c93196a Mon Sep 17 00:00:00 2001 From: CaptainB Date: Tue, 18 Apr 2023 22:39:34 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E9=80=9A=E7=94=A8=E5=8A=9F=E8=83=BD):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=BB=E5=8A=A1=E4=B8=AD=E5=BF=83tab?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= 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 fd9e8d2a0b..b56e700f0b 100644 --- a/framework/sdk-parent/frontend/src/components/task/TaskCenter.vue +++ b/framework/sdk-parent/frontend/src/components/task/TaskCenter.vue @@ -586,7 +586,7 @@ export default { } :deep(.el-tabs__nav-wrap) { - width: calc(100% - 125px); + width: calc(100%); } :deep(.el-badge__content.is-fixed) {