日期:2014-05-17 浏览次数:20770 次
layout : 'border',
------解决方案--------------------
两个div就可以了
<html> <body> <div id="container" style="height:100%; width : 100%"> <p> </p> <!-- the tree container (notice NOT an UL node) --> <div id="demo"style="height:600px;width:50%;float:left;background-color:red"></div> <div id="dataValue" style="height:600px;width:49.5%;float:left ;background-color:blue"></div> </div> </div> </body> </html>