Commit c55ffdf9 by yangbenyong

首页表格样式

parent 0a19c5ec
......@@ -190,9 +190,9 @@ ul,li{
width: -webkit-calc(100% - 220px);
width: -moz-calc(100% - 220px);
width: calc(100% - 220px);
height: -webkit-calc(100vh - 30px);
height: -moz-calc(100vh - 30px);
height: calc(100vh - 200px);
height: -webkit-calc(100vh - 60px);
height: -moz-calc(100vh - 60px);
height: calc(100vh - 60px);
}
.main .layui-tab-item,
.main .iframes{
......
......@@ -64,8 +64,7 @@
</div>
<div class="main">
<div class="layui-tab-item layui-show">
<div class="layui-card">
<div class="layui-card" style="background-color: transparent;">
<div class="layui-card-header"><img src="${ctxPath}/images/index1_11.jpg"/>&nbsp;&nbsp;<span>信息管理</span></div>
<div class="layui-card-body">
<table class="layui-table" id='datatabel' lay-filter="datatabel" lay-even lay-skin="nob">
......@@ -124,7 +123,6 @@ layui.use(['table','layer','form','element'],function(){
$('.main').children('.layui-tab-item').eq(0).removeClass('layui-hide').addClass('layui-show');
}else{
var Id = $(this).find('a').attr('lay-id');
$('.menu-left-left').html('');
listmenu.filter(function(v){
if( Id == v.id ){
......@@ -200,7 +198,7 @@ layui.use(['table','layer','form','element'],function(){
//执行一个laypage实例
table.render({
elem: '#datatabel',
height: 450,
height: "full-160",
skin : 'nob',
even : true,
method : 'post',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment