alibaba / ChatUI

The UI design language and React library for Conversational UI
https://chatui.io
MIT License
2.68k stars 281 forks source link

Chat组件添加toolbar后,图标不出现是那个样式没引入吗? #83

Closed jacktang closed 2 years ago

jacktang commented 2 years ago

添加toolbar后按钮图标没出现

截屏2021-12-25 下午11 43 45

目前已经引入的样式是

import '@chatui/core/es/styles/index.less';
import '@chatui/core/dist/index.css';
jacktang commented 2 years ago

原因找到了,是因为没有引入svg。这个图标是自己可以换的吗?如果可以,怎么换呢?

akai commented 2 years ago

你对照着 svg symbol id 替换就行了

hellohongfu36233 commented 10 months ago

原因找到了,是因为没有引入svg。这个图标是自己可以换的吗?如果可以,怎么换呢?

如何添加SVG?我也遇到了同样的问题

image