我在整理一些 div 和数据网格时遇到了麻烦。我的滚动条太多了。
我认为某些 div/内容窗格可以合并是错误的吗?
<div dojoType="dijit.layout.ContentPane" id="rightPane" region="right">
<div dojoType="dijit.layout.AccordionContainer">
<div dojoType="dijit.layout.ContentPane" id="DownLinePane" title ="DownLine
Reps" selected="true" style="overflow:hidden;">
<div id="DownLine" style="overflow:hidden; height:100%; width:100%; display:none;">
<table data-dojo-type="dojox.grid.DataGrid" data-dojo-id="DLgrid" id="DLgrid"
sortInfo="3" data-dojo-props="rowsPerPage:'15', rowSelector:'20px'">
<thead>
<tr>
<th field="rep_no" width="60px" height="80px">
Rep Number
</th>
<th field="name" width="110px">
Name
</th>
<th field="gen" width="37px">
Gen#
</th>
</tr>
</thead>
</table>
</div>
<!-- end of downline div -->
</div>
<!-- end of downlinePane div -->
</div>
<!-- end of accordion -->
</div>