askbot-dragon 1.6.79-beta → 1.6.80-beta
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
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
<div id="drawer_content_pre" :class="isLiBang && folderName ? 'libang_content_pre' : ''">
|
|
86
86
|
<!-- :style="{marginTop:tagIds && tagIds.length != 0 && isPc ? '50px' : ''}" -->
|
|
87
87
|
<intelligent-summary
|
|
88
|
-
v-show="showSummary && (isHasChat || formKnowledgeManagement)"
|
|
88
|
+
v-show="showSummary && (isHasChat || formKnowledgeManagement) && fileType !== 'VIDEO' && fileType !== 'IMAGE'"
|
|
89
89
|
:tagIds="tagIds"
|
|
90
90
|
:knowledgeId="knowledgeId"
|
|
91
91
|
:formKnowledgeManagement="formKnowledgeManagement"
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
</pdfPosition>
|
|
97
97
|
</div>
|
|
98
98
|
<template v-else>
|
|
99
|
-
<div v-if="fileType == 'VIDEO'" style="width: 100%;">
|
|
99
|
+
<div v-if="fileType == 'VIDEO'" style="width: 100%;height: 100%">
|
|
100
100
|
<video :src="url" controls width="100%;" height="98%"></video>
|
|
101
101
|
</div>
|
|
102
102
|
<div v-else-if="fileType == 'HTML'" style="width: 100%;">
|