Panel Bootstrap collapse - 显示不正确

时间:2017-04-11 00:29:30

标签: twitter-bootstrap css3

请检查代码:

JSFiddle: Here

CSS:

.panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
    color: grey;
}
.panel-heading a.collapsed:after {
    content:"\e080";
}

问题(图片):

enter image description here

任何解决方案?

1 个答案:

答案 0 :(得分:2)

您在第一个class="collapsed"代码

上忘记了<a>