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