Browse Source

*左侧暂无数据展示

release_0.0.4
wanyiwei 3 years ago
parent
commit
186b48f9a0
  1. 6
      web/client/src/sections/quanju/containers/footer/operation/left.js

6
web/client/src/sections/quanju/containers/footer/operation/left.js

@ -103,6 +103,8 @@ const Left = (props) => {
/> />
</div> </div>
<div className='busList'> <div className='busList'>
{
treeData.length > 0 ?
<Tree <Tree
rootStyle={{ rootStyle={{
marginTop: '1%', marginTop: '1%',
@ -114,7 +116,9 @@ const Left = (props) => {
expandedKeys={expandedKeys} expandedKeys={expandedKeys}
autoExpandParent={autoExpandParent} autoExpandParent={autoExpandParent}
treeData={treeData} treeData={treeData}
/> /> : <div style={{width:'100%',color:'#fff',textAlign:'center',marginTop:'90%'}}></div>
}
</div> </div>
</div> </div>
</Module> </Module>

Loading…
Cancel
Save