Skip to content

Commit 1485d05

Browse files
committed
fix:聊天面板输入框遮挡输出问题
1 parent 05feab8 commit 1485d05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/chatPanel.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as vscode from 'vscode';
1+
import * as vscode from 'vscode';
22
import { callDeepSeekApi } from './deepseekApi';
33

44
class WebviewOutputChannel implements vscode.OutputChannel {
@@ -108,7 +108,7 @@ export class ChatPanel {
108108
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css">
109109
<style>
110110
#chat {
111-
height: calc(100vh - 150px);
111+
height: calc(100vh - 170px);
112112
overflow-y: auto;
113113
padding: 8px;
114114
}

0 commit comments

Comments
 (0)