|
@@ -23,10 +23,12 @@
|
|
|
<div class="question-info">
|
|
|
<span class="question-no">{{ question.questionNo }}.</span>
|
|
|
<span class="question-title">{{ question.title }}</span>
|
|
|
+ <div style="margin-right: 20px;">
|
|
|
<el-tag
|
|
|
:type="getQuestionTypeType(question.questionType)"
|
|
|
size="mini"
|
|
|
class="question-type-tag"
|
|
|
+ style="margin-right: 10px;"
|
|
|
>
|
|
|
<i :class="getQuestionTypeIcon(question.questionType)"></i>
|
|
|
{{ getQuestionTypeLabel(question.questionType) }}
|
|
@@ -39,6 +41,7 @@
|
|
|
>
|
|
|
必填
|
|
|
</el-tag>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div class="question-actions">
|
|
|
<el-button
|