Table layout inside tab, no border

With EasyUI 1.35, I am trying to put a column layout inside a tab container. Please see the screenshot, the No1. No2. div doesn’t have right border, it is related to its width. Do you have any clue ?

The code :


<div class="easyui-tabs" id="tabContainer" >
    <div title="Main" >
        <table style="width: 100%;padding:0px;table-layout:fixed;  ">
            <tr>
                <td style="width: 25%;vertical-align:text-top; ">
                    <div class="easyui-panel" title="Action Map 1" style="height:200px; padding: 3px;" data-options="collapsible:true" >
                       sds
                    </div>
                </td>
                <td style="width: 25%;vertical-align:text-top; ">
                    <div class="easyui-panel" title="Action Map 2" style="height:200px; padding: 3px;" data-options="collapsible:true" >
                       sds
                    </div>
                </td>
                <td style="width: 25%;vertical-align:text-top; ">
                    <div class="easyui-panel" title="Action Map 3" style="height:200px; padding: 3px;" data-options="collapsible:true" >
                       sds
                    </div>
                </td>
                <td style="width: 25%;vertical-align:text-top; ">
                    <div class="easyui-panel" title="Action Map 4" style="height:200px; padding: 3px;" data-options="collapsible:true" >
                       sds
                    </div>
                </td>
            </tr>
        </table>
    </div>
    <div title="Admin" >
        sdffsa
    </div>
</div>

It would be more helpful if you could post a full code example that includes CSS and the rest of the content. The code you’ve posted doesn’t illustrate the issue. Here are some handy code posting guidelines: http://www.sitepoint.com/forums/showthread.php?1041498-Forum-Posting-Basics