You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
@@include('./../../template/common/header.html', {
|
|
|
|
|
"title": "tab页面",
|
|
|
|
|
csslinks:[]
|
|
|
|
|
})
|
|
|
|
|
<div class="layui-iframe">
|
|
|
|
|
@@include('./../../template/common/breadcrumb.html', {
|
|
|
|
|
"title": "tab页面",
|
|
|
|
|
subtitle:''
|
|
|
|
|
})
|
|
|
|
|
<div class="layui-fluid">
|
|
|
|
|
<div class="layui-card">
|
|
|
|
|
|
|
|
|
|
<div class=" layui-card layui-tab layui-tab-brief" lay-filter="docDemoTabBrief">
|
|
|
|
|
<ul class="layui-tab-title">
|
|
|
|
|
<li class="layui-this">TAB1</li>
|
|
|
|
|
<li>TAB2</li>
|
|
|
|
|
</ul>
|
|
|
|
|
<div class="layui-tab-content" style="height: 600px;">
|
|
|
|
|
<div class="layui-tab-item layui-show">内容不一样是要有,因为你可以监听tab事件(阅读下文档就是了)</div>
|
|
|
|
|
<div class="layui-tab-item">内容2</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
@@include('./../../template/common/footer.html', {
|
|
|
|
|
"jslinks": ['./../../static/js/tab/index.js']
|
|
|
|
|
})
|