askbot-dragon 1.4.41 → 1.4.42
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div class="answer-docknowledge">
|
|
3
|
-
<div :class="['header',msg.content.isKnowledgeSummary ? 'bgc' : '']">
|
|
3
|
+
<div :class="['answer-docknowledge-header',msg.content.isKnowledgeSummary ? 'bgc' : '']">
|
|
4
4
|
<div v-if="msg.content.isKnowledgeSummary" class="tips">AI为您总结生成了以下摘要</div>
|
|
5
5
|
<div v-if="msg.content.type == 0" class="answer-text">
|
|
6
6
|
<template v-if="msg.content.renderType == 1">
|
|
@@ -280,7 +280,7 @@ export default {
|
|
|
280
280
|
<style scoped lang="less">
|
|
281
281
|
.answer-docknowledge {
|
|
282
282
|
min-width: 100px;
|
|
283
|
-
.header{
|
|
283
|
+
.answer-docknowledge-header{
|
|
284
284
|
|
|
285
285
|
&.bgc{
|
|
286
286
|
padding: 10px;
|