|  |  | 
 |  |  |                         placeholder="请输入题号" | 
 |  |  |                       ></el-input> | 
 |  |  |                     </el-form-item> | 
 |  |  |  | 
 |  |  |                     <el-form-item prop="valueType"> | 
 |  |  |                       <template #label> | 
 |  |  |                         结果类型 | 
 |  |  |                         <el-tooltip | 
 |  |  |                           class="item" | 
 |  |  |                           effect="light" | 
 |  |  |                           content="本类型为结果收集类型;选项用于指向性题目如是否等;文本适用复杂情况;数值用于收集数值型数据" | 
 |  |  |                           placement="top-start" | 
 |  |  |                         > | 
 |  |  |                           <i class="el-icon-warning-outline"></i> | 
 |  |  |                         </el-tooltip> | 
 |  |  |                         <!-- 在标签后插入红色星号 --> | 
 |  |  |                       </template> | 
 |  |  |                       <el-radio-group v-model="topicobj.valueType"> | 
 |  |  |                         <el-radio :label="1">选项</el-radio> | 
 |  |  |                         <el-radio :label="2">文本</el-radio> | 
 |  |  |                         <el-radio :label="3">数值</el-radio> | 
 |  |  |                       </el-radio-group> | 
 |  |  |                     </el-form-item> | 
 |  |  |                   </el-col> | 
 |  |  |                 </el-row> | 
 |  |  |  | 
 |  |  | 
 |  |  |   display: flex; | 
 |  |  |   .presentation-left { | 
 |  |  |     width: 45%; | 
 |  |  |     // height: 500px; | 
 |  |  |     max-height: 80vh; | 
 |  |  |     padding: 0 20px; | 
 |  |  |     font-size: 18px; | 
 |  |  |     overflow: auto; | 
 |  |  |     .button-textxg { | 
 |  |  |       color: #024df0; | 
 |  |  |     } | 
 |  |  | 
 |  |  |   } | 
 |  |  |   .presentation-right { | 
 |  |  |     width: 55%; | 
 |  |  |     max-height: 688px; | 
 |  |  |     max-height: 80vh; | 
 |  |  |     padding: 0 20px; | 
 |  |  |     font-size: 18px; | 
 |  |  |     overflow: auto; |