From 2194de90017457f1a526624aa82e1b488473abb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Sun, 11 Dec 2022 21:31:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xm/core/xmQuestion/XmQuestionEdit.vue | 28 +++++++++++++++++-- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/src/views/xm/core/xmQuestion/XmQuestionEdit.vue b/src/views/xm/core/xmQuestion/XmQuestionEdit.vue index bbec0062..5bc400d9 100644 --- a/src/views/xm/core/xmQuestion/XmQuestionEdit.vue +++ b/src/views/xm/core/xmQuestion/XmQuestionEdit.vue @@ -26,8 +26,13 @@ - - {{editForm.remarks||'暂无'}} + +
+ {{editForm.remarks||'暂无'}} +
+
+ +
@@ -35,7 +40,7 @@ - + 缺陷编号:{{editForm.id}} @@ -695,4 +700,21 @@ white-space: normal !important;; height:auto !important;; } + +.field-bar{ + display:none; + } +.field-text{ + display:inline; + } +.field:hover{ + cursor: pointer; + .field-bar{ + display: inline; + } + .field-text{ + display:none; + } +} +