From ad97428e1de47dc03369d46cfc124bee8e788799 Mon Sep 17 00:00:00 2001 From: "Captain.B" Date: Mon, 26 Oct 2020 18:11:30 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20=E6=B5=8B=E8=AF=95=E7=94=A8?= =?UTF-8?q?=E4=BE=8B=E5=89=8D=E7=BD=AE=E6=9D=A1=E4=BB=B6=E6=8D=A2=E8=A1=8C?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../track/plan/view/comonents/TestPlanTestCaseEdit.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/src/business/components/track/plan/view/comonents/TestPlanTestCaseEdit.vue b/frontend/src/business/components/track/plan/view/comonents/TestPlanTestCaseEdit.vue index b3840820da..61937b1282 100644 --- a/frontend/src/business/components/track/plan/view/comonents/TestPlanTestCaseEdit.vue +++ b/frontend/src/business/components/track/plan/view/comonents/TestPlanTestCaseEdit.vue @@ -101,7 +101,7 @@ {{ $t('test_track.case.prerequisite') }}: - {{ testCase.prerequisite }} +

{{ testCase.prerequisite }}

@@ -684,4 +684,9 @@ export default { .el-switch >>> .el-switch__label.is-active { color: #409EFF; } + +p { + white-space: pre-line; + line-height: 20px; +} From 3989c53edaa242983928fc8d1307b041bf4fdbdd Mon Sep 17 00:00:00 2001 From: "Captain.B" Date: Mon, 26 Oct 2020 18:24:35 +0800 Subject: [PATCH 2/2] =?UTF-8?q?refactor:=20=E6=B5=8B=E8=AF=95=E8=B7=9F?= =?UTF-8?q?=E8=B8=AA=E9=A6=96=E9=A1=B5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../business/components/track/home/TrackHome.vue | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/frontend/src/business/components/track/home/TrackHome.vue b/frontend/src/business/components/track/home/TrackHome.vue index dd90b15cd5..7416f3a6ef 100644 --- a/frontend/src/business/components/track/home/TrackHome.vue +++ b/frontend/src/business/components/track/home/TrackHome.vue @@ -3,18 +3,17 @@ - + + + + + + -
- - - - - @@ -52,4 +51,7 @@ export default { cursor: pointer; } +.el-row { + padding-bottom: 20px; +}