-
Notifications
You must be signed in to change notification settings - Fork 123
Open
Description
项目中用到了vue-echarts-v3,在flex三栏等分布局中出现缩放问题,具体表现为,舞台拉大Echarts可以正常变大,但是缩小失效,具体代码如下:
<div :key="3" style="display: flex; flex-direction: row;">
<div style="flex: 1; border:1px solid red;">
<IEcharts :option="options" ref="echart" :resizable="true"></IEcharts>
</div>
<div style="flex: 1; border: 1px solid red;">
<IEcharts :option="options" ref="echart1" :resizable="true"></IEcharts>
</div>
</div>
Metadata
Metadata
Assignees
Labels
No labels