Browse Source

名称改为题型

dusenyao 11 tháng trước cách đây
mục cha
commit
0805e67e68
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      src/views/home/recovery/AnswerData.vue

+ 3 - 1
src/views/home/recovery/AnswerData.vue

@@ -63,7 +63,7 @@
         <el-table-column prop="index" label="题号" width="70">
           <template slot-scope="{ row }">{{ row.question_number }}</template>
         </el-table-column>
-        <el-table-column prop="name" label="名称" width="130" />
+        <el-table-column prop="name" label="题型" width="130" />
         <el-table-column label="主客观" width="90">
           <template slot-scope="{ row }">{{ row.is_objective === 'true' ? '客观题' : '主观题' }}</template>
         </el-table-column>
@@ -355,6 +355,8 @@ export default {
   .rich-text {
     @include rich-text(12pt);
 
+    font-size: 14px !important;
+
     :deep p {
       margin: 0;
     }