是否有任何样式选项可用于更改我们在Directline bot频道中使用的botAvatarImage/botAvatarInitials的背景色?
此外,我需要删除botAvatarImage的边框。
请引导我。
是的,有一个选项可以更改背景。
styleOptions: {
botAvatarBackgroundColor: "transparent",
botAvatarImage: 'YOUR URL',
}
我认为默认情况下它没有边框,但你可以尝试用这些无类覆盖css
.webchat__defaultAvatar .webchat__imageAvatar__image
您可以在这里找到样式选项的完整列表defaultStyleOptions.js