opentiny / opentiny/tiny-robot
🐛 [Bug]: 气泡组件中图文混合边框太小
Open
@gene9831 is already working on this.
Since Apr 23, 2026.
- Dominant language
- TypeScript
- Stars
- 92
- Forks
- 16
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 16
Description
Tiny Robot Version
latest
Vue Version
latest
Link to minimal reproduction
气泡组件匹配到Box为Image的渲染器只判断了第一个content类型
https://github.com/opentiny/tiny-robot/blob/6a8bf2942045407c4e64a0dee010f6f221050712/packages/components/src/bubble/renderers/defaultRenderers.ts#L13-L18
如果第一个是content是图片,后面的是文本,仍然是Image Box。Image Box的边框不适用于文本
Steps to reproduce
如果message.content是数组,第一个是content是图片,后面的是文本,仍然是Image Box。Image Box的边框不适用于文本
What is expected
No response
What is actually happening
No response
What is your project name
None
Any additional comments (optional)
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.