<div id="tt" class="easyui-tabs"   >
<div title="t1"  >
<iframe src="${createLink(action:'create',controller:'AccountData')}"  width="100%" height="800"  frameborder="0" scrolling="no"></iframe>
</div>
<div title = "t2"  >
<iframe id="frame_exp" src=""  width="100%"   frameborder="0" scrolling="no" height="800" ></iframe>
</div>
<div title = "t3">
<iframe id="frame_comm" src=""  width="100%"   frameborder="0" scrolling="no" height="800" ></iframe>
</div>
</div>
如果我想2个panel的表现显示在最上面,但是点击那个标签,第二个panel也不会出现,有什么办法么? 求助easyui