jquery easyui datagrid/table 右边线显示不全

<table id="dg" style="height:400px"></table>

右边线显示不全

解决:在外面套一个panel,边框隐藏:border:hidden

<div class="easyui-panel" style="margin-top: 5px; height: 100%;border:hidden">

    <table id="dg" style="height:400px;"></table>


</div>

参考原文: 原文地址

posted @ 2018-03-03 23:00  coolsundy  阅读(242)  评论(0编辑  收藏  举报