Echarts 图表放到bootstrap的tab-panel中不加载 处理
只需增加以下CSS就可以了
.tab-content > .tab-pane,
.pill-content > .pill-pane {
display: block;
height: 0;
overflow-y: hidden;
}
.tab-content > .active,
.pill-content > .active {
height: auto;
}
原创
2016-06-16 17:26:52 ·
3890 阅读 ·
7 评论