我需要用easyui做一个页面,中间有tabs嵌套了tabs,他的效果图如下:

怎么让datagrid的表头与下面的表格对齐,短信接触页面的源代码如下:<divid="message_touch_tabs"class="easyui-tabs"dat... 怎么让datagrid的表头与下面的表格对齐,短信接触页面的源代码如下:
<div id="message_touch_tabs" class="easyui-tabs" data-options="fit:true,plain:true">
<div title="上行短信" data-options="closable:false,cache:false" fit='true'>
<table class="easyui-datagrid" fit='true' style="text-align:center"
data-options="rownumbers:true,singleSelect:true,url:'../data/message_touchInfo_data_001 .json',
border:false,pagination:true" id='message_table_01'>
<thead>
<tr>
<th data-options="field:'telephone_number',fit:true">手机号码</th>
<th data-options="field:'content_number',fit:true">内容编码</th>
<th data-options="field:'message_content',fit:true">短信内容</th>
<th data-options="field:'back_code',fit:true">返回码</th>
<th data-options="field:'accept_time',fit:true">接受时间</th>
</tr>
</thead>
</table>
</div>
<div title="下行短信" data-options="closable:false,cache:false" fit='true'>
<table class="easyui-datagrid" fit='true' style="text-align:center"
data-options="rownumbers:true,singleSelect:true,url:'../data/message_touchInfo_data_002.json',
border:false,pagination:true" id='message_table_02'>
<thead>
<tr>
<th data-options="field:'activity_id',fit:true">活动编号</th>
<th data-options="field:'under_telephone_number',fit:true">手机号码</th>
<th data-options="field:'send_status',fit:true">发送状态</th>
<th data-options="field:'send_time',fit:true">发送时间</th>
<th data-options="field:'send_content',fit:true">发送内容</th>
</tr>
</thead>
</table>
</div>
</div>
展开
 我来答
betwen
2012-12-25
知道答主
回答量:8
采纳率:0%
帮助的人:3.6万
展开全部
css没有加载造成的,tab加载网页时只加载body标签里面的 所以你页面head的css link没有加载出现排版乱的问题 你可以吧css加载在你的tabs原始页面试试看
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
zhcnlei
2012-12-25 · 超过12用户采纳过TA的回答
知道答主
回答量:53
采纳率:0%
帮助的人:32.3万
展开全部
你漏了一个属性 datagrid 中的 fitColumns:true
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式