码迷,mamicode.com
首页 > 其他好文 > 详细

当chart图遇上bootstrap的TAB切换 无宽高问题?

时间:2017-08-24 14:53:36      阅读:197      评论:0      收藏:0      [点我收藏+]

标签:boot   pil   hid   lock   none   ack   nbsp   block   over   

.tab-content > .tab-pane,
.pill-content > .pill-pane {
   display: block; /* undo display:none */
   height: 0; /* height:0 is also invisible */
   overflow-y: hidden; /* no-overflow */
}
.tab-content > .active,
.pill-content > .active {
   height: auto; /* let the content decide it */
} /* bootstrap hack end */

当chart图遇上bootstrap的TAB切换 无宽高问题?

标签:boot   pil   hid   lock   none   ack   nbsp   block   over   

原文地址:http://www.cnblogs.com/clj2017/p/7422724.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!