预期效果:
开发:
插件:jOrgChart
扩展:jOrgChart-tree
下载:
实操:
html
<link rel="stylesheet" href="asset/jquery.jOrgChart.css">
<style>
a {
text-decoration: none;
color: #fff;
font-size: 12px;
}
.jOrgChart .node {
width: 120px;
height: 50px;
line-height: 50px;
border-radius: 4px;
margin: 0 8px;
}
</style>
<div id='jOrgChart'></div>
<script src="https://cdn.bootcss.com/jq