|
@@ -389,6 +389,7 @@ function photosReseted(urls: string[]) {
|
|
|
</n-button>
|
|
|
</div>
|
|
|
<div
|
|
|
+ v-once
|
|
|
ref="answerDiv"
|
|
|
ondragstart="return false"
|
|
|
ondrop="return false"
|
|
@@ -398,7 +399,7 @@ function photosReseted(urls: string[]) {
|
|
|
@input="($event) => textInput($event)"
|
|
|
@blur="($event) => textInput($event)"
|
|
|
v-html="originalStudentAnswer"
|
|
|
- ></div>
|
|
|
+ />
|
|
|
<div
|
|
|
style="
|
|
|
margin-top: -25px;
|