Commit 033e8a04 authored by nick zheng's avatar nick zheng

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

parent 04c4627e
......@@ -153,3 +153,11 @@ function handleShowReasoningContentSwitch() {
</div>
</div>
</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