Commit a5cf8520 authored by nick zheng's avatar nick zheng

Merge branch 'beta' into 'master'

fix(多模型调试): 表格输出背景与字体同色,无法显示内容

See merge request !211
parents 04c4627e 033e8a04
...@@ -153,3 +153,11 @@ function handleShowReasoningContentSwitch() { ...@@ -153,3 +153,11 @@ function handleShowReasoningContentSwitch() {
</div> </div>
</div> </div>
</template> </template>
<style lang="scss" scoped>
:deep(.markdown-render-container .markdown-render-inner) {
table {
color: #192338 !important;
}
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment