This commit is contained in:
贤心 2018-08-29 23:44:07 +08:00
parent 26fe382d6f
commit fff7cbd0bd
3 changed files with 3 additions and 3 deletions

2
dist/css/layui.css vendored

File diff suppressed because one or more lines are too long

View File

@ -176,7 +176,7 @@ layui.use('table', function(){
//渲染
window.ins1 = table.render({
elem: '#test'
,height: 400
,height: 300
,title: '用户数据表'
,url: 'json/table/demo1.json'
//,size: 'lg'

View File

@ -870,7 +870,7 @@ hr, .layui-timeline-item:before{background-color: #e6e6e6;}
.layui-table-total{margin-bottom: -1px; border-width: 0; border-top-width: 1px; overflow: hidden;}
.layui-table-page{position: relative; width: 100%; padding: 7px 7px 0; border-width: 0; border-top-width: 1px; height: 41px; margin-bottom: -1px; font-size: 12px;}
.layui-table-page{position: relative; width: 100%; padding: 7px 7px 0; border-width: 0; border-top-width: 1px; height: 41px; margin-bottom: -1px; font-size: 12px; white-space: nowrap; overflow: hidden; background: #fff;}
.layui-table-page>div{height: 26px;}
.layui-table-page .layui-laypage{margin: 0;}
.layui-table-page .layui-laypage a,