Merge branch 'PingChuan' into shiy-temp
# Conflicts: # app/components/chat/index.tsx # app/routes/chat-with-llm._index.tsx # app/styles/components/chat-with-llm/index.css # vite.config.ts
This commit is contained in:
@@ -35,12 +35,11 @@ export const meta: MetaFunction = () => {
|
||||
*/
|
||||
export default function ChatWithLLMIndex() {
|
||||
return (
|
||||
<div className="flex-1 chat-container" style={{
|
||||
height: 'calc(100vh - 80px)',
|
||||
// height: '100vh',
|
||||
<div className="chat-container" style={{
|
||||
height: '93vh', // 使用视口高度的90%
|
||||
borderRadius: '0.5rem',
|
||||
marginTop: '20px',
|
||||
marginBottom: '-20px'
|
||||
marginBottom: '-20px',
|
||||
marginTop: '2vh',
|
||||
}}>
|
||||
<Chat />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user