|
|
@@ -81,7 +81,7 @@
|
|
|
<tinymce-container
|
|
|
v-model="newData.questionContent"
|
|
|
:height="300"
|
|
|
- :max-length="500"
|
|
|
+ :max-length="5000"
|
|
|
:upload-url="editorUploadUrl"
|
|
|
:upload-headers="editorUploadHeaders"
|
|
|
/>
|
|
|
@@ -107,7 +107,7 @@
|
|
|
<tinymce-container
|
|
|
v-model="item.optionContent"
|
|
|
:height="300"
|
|
|
- :max-length="500"
|
|
|
+ :max-length="5000"
|
|
|
:upload-url="editorUploadUrl"
|
|
|
:upload-headers="editorUploadHeaders"
|
|
|
/>
|
|
|
@@ -146,7 +146,7 @@
|
|
|
<tinymce-container
|
|
|
v-model="newData.analysis"
|
|
|
:height="300"
|
|
|
- :max-length="500"
|
|
|
+ :max-length="5000"
|
|
|
:upload-url="editorUploadUrl"
|
|
|
:upload-headers="editorUploadHeaders"
|
|
|
/>
|