style: chat message render markdown by default

This commit is contained in:
jialin
2025-03-13 18:49:20 +08:00
parent 840b3c2a84
commit a5525c065c
17 changed files with 532 additions and 323 deletions
@@ -1,5 +1,4 @@
.think-wrapper {
margin-bottom: 16px;
color: var(--ant-color-text-tertiary);
.btn-collapse {
@@ -10,10 +9,11 @@
}
.think-content {
white-space: pre-wrap;
margin-bottom: 8px;
padding: 12px;
border-left: 2px solid var(--ant-color-fill-secondary);
background-color: var(--ant-color-fill-tertiary);
color: var(--ant-color-text-tertiary);
border-radius: var(--border-radius-base);
}
}