/*树中的子级数据过多时需要换行显示*/
.ContentPart .ivu-tree-title{
word-break:normal;
white-space:break-spaces;
width:70%;
}
/*树中的子级数据过多时需要换行显示*/
.ContentPart .ivu-tree-title{
word-break:normal;
white-space:break-spaces;
width:70%;
}