From e6ecb4c3bb1cee9d82eaf920808d2503a48de495 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Thu, 21 Jul 2022 16:22:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=84=E4=BB=B6=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DictField/index.vue | 13 ++--- src/styles/mdp.scss | 4 +- .../xm/core/xmTestPlanCase/TestStepResult.vue | 55 +------------------ .../xmTestPlanCase/XmTestPlanCaseEdit.vue | 2 +- 4 files changed, 12 insertions(+), 62 deletions(-) diff --git a/src/components/DictField/index.vue b/src/components/DictField/index.vue index 311d3368..337e8c0b 100644 --- a/src/components/DictField/index.vue +++ b/src/components/DictField/index.vue @@ -125,19 +125,18 @@ margin-left: 10px; display: flex; flex-direction: column; - .field-value { - margin-top: 5px; + .field-value { font-size: 16px; } - .field-label{ - margin-top: -10px; - font-size: 14px; - color: #C0C4CC; - } + .field-label{ + font-size: 14px; + color: #C0C4CC; + } } .my-select{ margin-left: 5px; + margin-right:5px; max-width: 120px; visibility:hidden; } diff --git a/src/styles/mdp.scss b/src/styles/mdp.scss index 71ca9351..1d58d4a6 100644 --- a/src/styles/mdp.scss +++ b/src/styles/mdp.scss @@ -316,8 +316,8 @@ table tr.hover-row{ } } -.label-font-size{ - font-size: #C0C4CC; +.label-font-color{ + color: #C0C4CC; } .title-font-size{ diff --git a/src/views/xm/core/xmTestPlanCase/TestStepResult.vue b/src/views/xm/core/xmTestPlanCase/TestStepResult.vue index 23692545..01fcdd9b 100644 --- a/src/views/xm/core/xmTestPlanCase/TestStepResult.vue +++ b/src/views/xm/core/xmTestPlanCase/TestStepResult.vue @@ -34,21 +34,8 @@ - -
- -
-
- {{formatDicts(dicts,'testStepTcode',item.tcode)}} -
- - - - - {{item.name}} - - - + + @@ -161,41 +148,5 @@ \ No newline at end of file diff --git a/src/views/xm/core/xmTestPlanCase/XmTestPlanCaseEdit.vue b/src/views/xm/core/xmTestPlanCase/XmTestPlanCaseEdit.vue index c7dbf86b..e7712f70 100644 --- a/src/views/xm/core/xmTestPlanCase/XmTestPlanCaseEdit.vue +++ b/src/views/xm/core/xmTestPlanCase/XmTestPlanCaseEdit.vue @@ -6,7 +6,7 @@ - 模块:{{editForm.funcName}} + 用例编号:  {{editForm.caseId}}   模块:{{editForm.funcName}} {{editForm.caseName}}