树形列表的加号图标显示不出来,样式找不到!
xingyuezhiyun opened this issue · 1 comments
xingyuezhiyun commented
.ivu-icon-plus-circled:before {
content: "\F216";
}
*, :after, :before {
box-sizing: border-box;
}
ANTHAK commented
.ivu-icon-plus-circled:before {
content: "\27A4";
font-family: unset;
display: block;
margin-top: -5px;
}
*, :after, :before {
box-sizing: border-box;
}
.ivu-icon-minus-circled:before {
content: "\25BC";
display: block;
margin-top: -5px;
}