-
Notifications
You must be signed in to change notification settings - Fork 484
Closed
Labels
Description
Describe the bug / 问题描述
<div style={{ flex: '0 0 33%' }}>
<Pie {...config} />
</div>
<div style={{ flex: '0 0 33%' }}>
<Pie {...config} />
</div>
</div>
</div>
采用百分比进行平分,就会有这个问题
Reproduction link / 复现链接
https://stackblitz.com/edit/vitejs-vite-c8b4qiaj?file=src%2Fcharts.jsx
Steps to Reproduce the Bug or Issue / 重现步骤
<div style={{ flex: '0 0 33%' }}>
<Pie {...config} />
</div>
<div style={{ flex: '0 0 33%' }}>
<Pie {...config} />
</div>
</div>
</div>
采用这个层级形式会复现
Version / 版本
🆕 2.x
OS / 操作系统
- macOS
- Windows
- Linux
- Others / 其他
Browser / 浏览器
- Chrome
- Edge
- Firefox
- Safari (Limited support / 有限支持)
- IE (Nonsupport / 不支持)
- Others / 其他
Reactions are currently unavailable