| | |
| | | :disabled="value.isComplete" |
| | | :style="{ backgroundColor: inputBc }" |
| | | /> |
| | | <!-- <math-field |
| | | v-else |
| | | class="mathField" |
| | | :menuItems="[]" |
| | | @input="onChangeInput" |
| | | > |
| | | </math-field> --> |
| | | </span> |
| | | </p> |
| | | <!-- 富文本 --> |
| | |
| | | </span> |
| | | </p> |
| | | </div> |
| | | <img |
| | | <!-- <img |
| | | :src="value.isCollect ? isHeart : heart" |
| | | alt="" |
| | | class="collect-png" |
| | | @click="setCollect(nindex, index)" |
| | | v-if="!(hideCollect && value.questionType == 'shortAnswer')" |
| | | /> |
| | | /> --> |
| | | <!-- 收藏 --> |
| | | </div> |
| | | <div class="questionContent"> |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import { MathfieldElement } from "mathlive" |
| | | import { Message } from "element-ui"; |
| | | import TEditorVue from "../teditor/index.vue"; |
| | | export default { |
| | |
| | | }) |
| | | .catch(() => {}); |
| | | }, |
| | | onChangeInput(e) { |
| | | console.log(e.target.value); |
| | | } |
| | | }, |
| | | }; |
| | | </script> |
| | |
| | | width: 21px; |
| | | height: 21px; |
| | | } |
| | | .mathField { |
| | | min-width: 200px; |
| | | } |
| | | } |
| | | |
| | | /** 选项 */ |