如图,
$('#tt').tree({
url: '',checkbox: true,
width:100,
formatter:function(node){
return node.text.replace(/(\d{1,2})/g,"<br>$1").replace("<br>", "")
},
onLoadSuccess:function(){
}
});
解决办法:
.tree-title{display:inline-block;height: 100%;width: 80%}
.tree-node {white-space:pre-wrap;height: 100%}