mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-22 09:47:47 +00:00
style(vscode-ide-companion): use tailwind to refactor some ui components
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
}
|
||||
|
||||
.timeline-dot.green .dot-inner {
|
||||
background-color: var(--app-qwen-green, #6BCF7F);
|
||||
background-color: var(--app-qwen-green, #6bcf7f);
|
||||
}
|
||||
|
||||
.timeline-dot.purple .dot-inner {
|
||||
@@ -147,7 +147,12 @@
|
||||
border: 1px solid var(--app-transparent-inner-border);
|
||||
border-radius: 6px;
|
||||
padding: 12px;
|
||||
font-family: var(--vscode-editor-font-family, 'Monaco', 'Courier New', monospace);
|
||||
font-family: var(
|
||||
--vscode-editor-font-family,
|
||||
'Monaco',
|
||||
'Courier New',
|
||||
monospace
|
||||
);
|
||||
font-size: 12px;
|
||||
color: var(--app-secondary-foreground);
|
||||
max-height: 300px;
|
||||
@@ -170,11 +175,6 @@
|
||||
padding: 10px 14px;
|
||||
}
|
||||
|
||||
/* 助手消息样式 */
|
||||
.timeline-item.assistant-message .timeline-body {
|
||||
/* 保持默认样式,不加背景 */
|
||||
}
|
||||
|
||||
/* 思考消息样式 */
|
||||
.timeline-item.thinking .timeline-body {
|
||||
color: var(--app-secondary-foreground);
|
||||
|
||||
Reference in New Issue
Block a user