diff --git a/src/views/sponeScreen/evaluationKH/ganZhiRenKeDu.vue b/src/views/sponeScreen/evaluationKH/ganZhiRenKeDu.vue index 9256148..b091b1e 100644 --- a/src/views/sponeScreen/evaluationKH/ganZhiRenKeDu.vue +++ b/src/views/sponeScreen/evaluationKH/ganZhiRenKeDu.vue @@ -8,26 +8,89 @@ + + + + + + +
+
+

+ {{ index + 1 }},题目名称:{{ item.problemName }}, + 题目类型:{{ item.problemType == 'radio' ? '单选' : item.problemType == 'answers' ? '简答题' : '--' }} + ,本题有效填写人次:{{ item.fillTimes || 0 }} +

+ + + + + +
+
+ +
+ +
+
- diff --git a/src/views/sponeScreen/evaluationKH/ganZhiRenKeDu.vue b/src/views/sponeScreen/evaluationKH/ganZhiRenKeDu.vue index 9256148..b091b1e 100644 --- a/src/views/sponeScreen/evaluationKH/ganZhiRenKeDu.vue +++ b/src/views/sponeScreen/evaluationKH/ganZhiRenKeDu.vue @@ -8,26 +8,89 @@ + + + + + + +
+
+

+ {{ index + 1 }},题目名称:{{ item.problemName }}, + 题目类型:{{ item.problemType == 'radio' ? '单选' : item.problemType == 'answers' ? '简答题' : '--' }} + ,本题有效填写人次:{{ item.fillTimes || 0 }} +

+ + + + + +
+
+ +
+ +
+
- diff --git a/src/views/sponeScreen/evaluationKH/xiangMuJianShe.vue b/src/views/sponeScreen/evaluationKH/xiangMuJianShe.vue index 4e9557c..5614669 100644 --- a/src/views/sponeScreen/evaluationKH/xiangMuJianShe.vue +++ b/src/views/sponeScreen/evaluationKH/xiangMuJianShe.vue @@ -162,11 +162,12 @@ align-items: center; width: 100%; margin-top: -10px; - font-size: 14px; + font-size: 13px; .title { width: 130px; color: #ffffff; + font-size: 13px; } .title2 { @@ -186,6 +187,7 @@ .title { width: 130px; color: #ffffff; + font-size: 14px; } .el-progress {