Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
贤心 committed Aug 29, 2018
1 parent 26fe382 commit fff7cbd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/css/layui.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/table.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
//渲染
window.ins1 = table.render({
elem: '#test'
,height: 400
,height: 300
,title: '用户数据表'
,url: 'json/table/demo1.json'
//,size: 'lg'
Expand Down
2 changes: 1 addition & 1 deletion src/css/layui.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fff7cbd

Please sign in to comment.