ant-design / pro-chat

🤖 Components Library for Quickly Building LLM Chat Interfaces.
https://pro-chat.antdigital.dev
MIT License
604 stars 73 forks source link

👑 [需求] EditableMessage怎么修改markdown文字颜色? #153

Open Tss-16 opened 3 months ago

Tss-16 commented 3 months ago

🥰 需求描述

EditableMessage组件想要非全局修改markdown文字颜色 设置markdownProps={{ style: { color: '#1677ff', }, }}只能透传到ant-typography类,无法渗透到.zcss-8xwwhe p 字体颜色还是没有更改

🚑 其他信息

image

image

ONLY-yours commented 3 months ago

这就太细节了,还要改这块的话建议使用 chatItemRenderConfig 下的 ContentRender ,自己去写一个 Markdown 渲染了