askbot-dragon 1.0.21 → 1.0.22
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
|
@@ -61,13 +61,13 @@ export default {
|
|
|
61
61
|
|
|
62
62
|
.ad-text {
|
|
63
63
|
line-height: 18px;
|
|
64
|
-
padding:
|
|
64
|
+
padding: 0px 0px 12px 0px;
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
.ad-list {
|
|
68
68
|
.ad-list-cell {
|
|
69
69
|
border-top: solid 1px #E0E6F7;
|
|
70
|
-
padding: 10px;
|
|
70
|
+
padding: 10px 0;
|
|
71
71
|
|
|
72
72
|
.alc-title {
|
|
73
73
|
display: flex;
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
<answer-dissatisfaction :msg="answerDiss"></answer-dissatisfaction>
|
|
42
42
|
<feed-back :feedBack="feedBack"></feed-back>
|
|
43
43
|
<voice-compontent></voice-compontent> -->
|
|
44
|
-
|
|
44
|
+
<ai-guide :aiGuide="ActionAiGuideObj"></ai-guide>
|
|
45
45
|
|
|
46
46
|
<!-- <FileType :urls="urls" :color="black"></FileType>-->
|
|
47
47
|
<!-- <FileType :urls="urls" :color="black"></FileType>
|
|
@@ -77,7 +77,7 @@ import FeedBack from "@/components/feedBack";*/
|
|
|
77
77
|
// iframe 弹窗组件测试
|
|
78
78
|
/*import ActionAlert from "@/components/message/ActionAlertIframe";*/
|
|
79
79
|
// 智能引导组件
|
|
80
|
-
|
|
80
|
+
import AiGuide from "@/components/AiGuide";
|
|
81
81
|
// import FileType from "@/components/FileType";
|
|
82
82
|
// import ChatContent from "./chatContent";
|
|
83
83
|
// import FeedBack from '@/components/feedBack'
|
|
@@ -101,7 +101,7 @@ export default {
|
|
|
101
101
|
// TextMessage,
|
|
102
102
|
// FeedBack,
|
|
103
103
|
// VoiceCompontent,
|
|
104
|
-
|
|
104
|
+
AiGuide,
|
|
105
105
|
// FormTemplate,
|
|
106
106
|
// FileType,
|
|
107
107
|
// ChatContent,
|