From d237fd7ebefb1dd52919e9ec94d005fb58e5876e Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Mon, 6 Sep 2021 14:32:33 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=AD=A5=E9=AA=A4=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0=E6=A0=BC=E5=BC=8F=E4=BC=98=E5=8C=96=20-bug=3D1005182?= =?UTF-8?q?=20--user=3D=E9=99=88=E5=BB=BA=E6=98=9F=20=E3=80=90=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E8=AE=A1=E5=88=92=E3=80=91-=E6=AD=A5=E9=AA=A4?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0=E6=A0=BC=E5=BC=8F=E4=BC=98=E5=8C=96=20https:?= =?UTF-8?q?//www.tapd.cn/55049933/s/1043894?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../functional/FunctionalTestCaseEdit.vue | 12 ------ .../TestPlanCaseStepResultsItem.vue | 41 +++++++++++++++++-- frontend/src/common/js/utils.js | 9 ++++ 3 files changed, 46 insertions(+), 16 deletions(-) diff --git a/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseEdit.vue b/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseEdit.vue index 88d1c3dfe1..45b921c4f0 100644 --- a/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseEdit.vue +++ b/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseEdit.vue @@ -545,18 +545,6 @@ p { .head-bar { z-index: 999; } - -/*/deep/ .el-textarea.is-disabled .el-textarea__inner { - background-color: #FBFBFB !important; - color: #606266 !important; - height: 48px !important; -}*/ - -/*/deep/ .table-edit-input .el-textarea__inner, .table-edit-input .el-input__inner { - border-style: solid; - height: 30px !important; - min-height: 30px !important; -}*/