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; + } +} +