两个div中的datagraid数据表格竟然重叠了?哪里的问题啊?

http://img.mukewang.com/5993fcda0001325913140190.jpg

代码如下:

<body>

<div class="easyui-layout" data-options="fit:true" style="height:600px">

<div>视频基础信息</div>

<div data-options="region:'north'" style="height:80px">

<table id="videoInfo" class="easyui-datagrid" style="width:auto;  padding: 5px" >

</table>

</div>

<div>所属视频集信息</div>

<div data-options="region:'north'" style="height:80px">

<table id="album" class="easyui-datagrid" style="width:auto;  padding: 5px" >

</table>

</div>

<div>所属主分类信息</div>

<div data-options="region:'north'" style="height:80px">

<table id="mainclass" class="easyui-datagrid" style="width:auto;  padding: 5px" >

</table>

</div>

<div>模板信息</div>

<div data-options="region:'north'" style="height:80px">

<table id="template" class="easyui-datagrid" style="width:auto;  padding: 5px" >

</table>

</div>

<div>匹配词信息</div>

<div data-options="region:'north'" style="height:80px">

<table id="matchword" class="easyui-datagrid" style="width:auto;  padding: 5px" >

</table>

</div>

</div>

</body>


安静的胡萝卜
浏览 1213回答 2
2回答

安静的胡萝卜

已解决
打开App,查看更多内容
随时随地看视频慕课网APP