@myun/gimi-chat 0.6.0 → 0.6.2
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
.search_result {
|
|
2
|
-
max-width:
|
|
2
|
+
max-width: 800px;
|
|
3
3
|
margin: 0 auto;
|
|
4
4
|
padding: 0px 16px 20px 16px;
|
|
5
5
|
}
|
|
@@ -14,11 +14,6 @@
|
|
|
14
14
|
justify-content: space-between;
|
|
15
15
|
margin-bottom: 10px;
|
|
16
16
|
}
|
|
17
|
-
@media screen and (max-width: 759px) {
|
|
18
|
-
.search_result .search_header {
|
|
19
|
-
width: 370px;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
17
|
.search_result .search_header .search_header_summary {
|
|
23
18
|
font-family: PingFang SC;
|
|
24
19
|
font-weight: 500;
|
|
@@ -195,6 +195,7 @@ var CommonChat = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
195
195
|
(_chatInputRef$current = chatInputRef.current) === null || _chatInputRef$current === void 0 || _chatInputRef$current.setValue('');
|
|
196
196
|
// 清空AI搜课结果
|
|
197
197
|
setSearchedCourseList([]);
|
|
198
|
+
setShowSearchCourseListSidebar(false);
|
|
198
199
|
var conversationId = store.getState().gimiMenu.conversationId;
|
|
199
200
|
if (!conversationId) {
|
|
200
201
|
startConversationAndChat(val);
|