easyui tabs 例子

来源:互联网 发布:今天淘宝登录不上去 编辑:程序博客网 时间:2024/04/30 07:58
<div region="center" id="secondcenter" style="width:50px;height:50px"title="hello">
        here is the 2nd centerLayout
        <div class="easyui-tabs" fit="true">
                <div title="站站查询" closable="false"  style="overflow:auto;padding:0px;">
                tabs-1 站站查询
                </div>
                <div title="车次查询" closable="false"  style="overflow:auto;padding:0px;">
                tabs-1 车次查询
                </div>
        </div>
    </div>
  </div>
原创粉丝点击