From cc467a98ee4db210fe41a749546e45ff7240c652 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期四, 21 十一月 2024 10:54:00 +0800 Subject: [PATCH] 民航心理改名字 --- src/components/examinations/index.vue | 18 ++++++++++++++++-- 1 files changed, 16 insertions(+), 2 deletions(-) diff --git a/src/components/examinations/index.vue b/src/components/examinations/index.vue index d65b922..6af119d 100644 --- a/src/components/examinations/index.vue +++ b/src/components/examinations/index.vue @@ -87,6 +87,13 @@ :disabled="value.isComplete" :style="{ backgroundColor: inputBc }" /> + <!-- <math-field + v-else + class="mathField" + :menuItems="[]" + @input="onChangeInput" + > + </math-field> --> </span> </p> <!-- 瀵屾枃鏈� --> @@ -122,13 +129,13 @@ </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"> @@ -515,6 +522,7 @@ </template> <script> + import { MathfieldElement } from "mathlive" import { Message } from "element-ui"; import TEditorVue from "../teditor/index.vue"; export default { @@ -901,6 +909,9 @@ }) .catch(() => {}); }, + onChangeInput(e) { + console.log(e.target.value); + } }, }; </script> @@ -1115,6 +1126,9 @@ width: 21px; height: 21px; } + .mathField { + min-width: 200px; + } } /** 閫夐」 */ -- Gitblit v1.9.1