|  | @@ -63,15 +63,12 @@
 | 
	
		
			
				|  |  |                  />
 | 
	
		
			
				|  |  |                </div>
 | 
	
		
			
				|  |  |                <div class="Big-Book-top" style="margin: 10px 0">
 | 
	
		
			
				|  |  | -                <span>拼音</span>
 | 
	
		
			
				|  |  | -                <el-input
 | 
	
		
			
				|  |  | -                  v-model="kt.pinyin"
 | 
	
		
			
				|  |  | -                  style="width: 80%"
 | 
	
		
			
				|  |  | -                  type="textarea"
 | 
	
		
			
				|  |  | -                  autosize
 | 
	
		
			
				|  |  | -                  placeholder="请输入拼音"
 | 
	
		
			
				|  |  | -                  @blur="onBlur(kt, 'pinyin')"
 | 
	
		
			
				|  |  | -                />
 | 
	
		
			
				|  |  | +                <span>字体</span>
 | 
	
		
			
				|  |  | +                <el-radio-group v-model="kt.font">
 | 
	
		
			
				|  |  | +                  <el-radio label="cn">中文字体</el-radio>
 | 
	
		
			
				|  |  | +                  <el-radio label="en">英文字体</el-radio>
 | 
	
		
			
				|  |  | +                  <el-radio label="pinyin">拼音字体</el-radio>
 | 
	
		
			
				|  |  | +                </el-radio-group>
 | 
	
		
			
				|  |  |                </div>
 | 
	
		
			
				|  |  |              </div>
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -743,7 +740,7 @@ export default {
 | 
	
		
			
				|  |  |            classTopic: [
 | 
	
		
			
				|  |  |              {
 | 
	
		
			
				|  |  |                con: "",
 | 
	
		
			
				|  |  | -              pinyin: "",
 | 
	
		
			
				|  |  | +              font: "",
 | 
	
		
			
				|  |  |              },
 | 
	
		
			
				|  |  |            ], //课题
 | 
	
		
			
				|  |  |            cur_fn_data: [],
 | 
	
	
		
			
				|  | @@ -766,7 +763,7 @@ export default {
 | 
	
		
			
				|  |  |            classTopic: [
 | 
	
		
			
				|  |  |              {
 | 
	
		
			
				|  |  |                con: "",
 | 
	
		
			
				|  |  | -              pinyin: "",
 | 
	
		
			
				|  |  | +              font: "",
 | 
	
		
			
				|  |  |              },
 | 
	
		
			
				|  |  |            ], //课题
 | 
	
		
			
				|  |  |            cur_fn_data: [],
 | 
	
	
		
			
				|  | @@ -854,7 +851,7 @@ export default {
 | 
	
		
			
				|  |  |      addClassTopic(index) {
 | 
	
		
			
				|  |  |        let obj = {
 | 
	
		
			
				|  |  |          con: "",
 | 
	
		
			
				|  |  | -        pinyin: "",
 | 
	
		
			
				|  |  | +        font: "",
 | 
	
		
			
				|  |  |        };
 | 
	
		
			
				|  |  |        this.question_list[index].classTopic.push(obj);
 | 
	
		
			
				|  |  |      },
 | 
	
	
		
			
				|  | @@ -998,7 +995,7 @@ export default {
 | 
	
		
			
				|  |  |            classTopic: [
 | 
	
		
			
				|  |  |              {
 | 
	
		
			
				|  |  |                con: "",
 | 
	
		
			
				|  |  | -              pinyin: "",
 | 
	
		
			
				|  |  | +              font: "",
 | 
	
		
			
				|  |  |              },
 | 
	
		
			
				|  |  |            ], //课题
 | 
	
		
			
				|  |  |          };
 |