mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-19 00:37:08 +00:00
(feature)(webapp) add filter modify and similar questions (#213)
This commit is contained in:
@@ -2,7 +2,7 @@ import { Input } from 'antd';
|
||||
import styles from './style.module.less';
|
||||
import { useEffect, useState } from 'react';
|
||||
import ChatItem from '../components/ChatItem';
|
||||
import { queryContext, searchRecommend } from '../service';
|
||||
import { searchRecommend } from '../service';
|
||||
|
||||
const { Search } = Input;
|
||||
|
||||
|
||||
@@ -10,6 +10,10 @@
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.chatDemo {
|
||||
height: 100%;
|
||||
.copilotDemo {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.chatDemo {
|
||||
height: 100vh;
|
||||
}
|
||||
Reference in New Issue
Block a user