askbot-dragon 1.3.29 → 1.3.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -290,7 +290,6 @@
|
|
|
290
290
|
</div>
|
|
291
291
|
<div v-else-if="item.formField.type==='EXPLANATION'||item.formField.type==='EXPLAIN'" class="explan-ation">
|
|
292
292
|
<div class="explanation">
|
|
293
|
-
123123123
|
|
294
293
|
<p class="explanation-p" v-if="item.formField.type==='EXPLANATION'">
|
|
295
294
|
<span class="el-icon-info"></span>
|
|
296
295
|
{{item.formField.extInfo.descriptionText}}
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
<template v-else>
|
|
22
22
|
<iframe class="preview_iframe" :src="previewUrl" style="border:none;"></iframe>
|
|
23
23
|
</template>
|
|
24
|
-
<div class="onload_btn" @click="downLoad">
|
|
24
|
+
<!-- <div class="onload_btn" @click="downLoad">
|
|
25
25
|
下载
|
|
26
|
-
</div>
|
|
26
|
+
</div> -->
|
|
27
27
|
</div>
|
|
28
28
|
</template>
|
|
29
29
|
|