From 6ab95ac1f3406532a9ef08d63f43cc431155d924 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Wed, 18 May 2022 09:49:33 +0800 Subject: [PATCH] =?UTF-8?q?style(=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92):=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=8F=9C=E5=8D=95=E9=97=B4=E9=9A=94=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/business/components/track/plan/view/TestPlanView.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/business/components/track/plan/view/TestPlanView.vue b/frontend/src/business/components/track/plan/view/TestPlanView.vue index c50d0878c6..bd64b40610 100644 --- a/frontend/src/business/components/track/plan/view/TestPlanView.vue +++ b/frontend/src/business/components/track/plan/view/TestPlanView.vue @@ -234,4 +234,8 @@ export default { .plan-report >>> .report-content { height: calc(100vh - 140px); } + +.el-menu-item { + padding: 0 10px; +}