Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
贤心 committed Nov 2, 2018
1 parent 9575310 commit 1ff124d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/css/layui.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lay/modules/table.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/layui.all.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/css/layui.css
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ hr, .layui-timeline-item:before{background-color: #e6e6e6;}
.layui-table-view .layui-form-checkbox[lay-skin="primary"] i{width: 18px; height: 18px;}
.layui-table-view .layui-form-radio{line-height: 0; padding: 0;}
.layui-table-view .layui-form-radio>i{margin: 0; font-size: 20px;}
.layui-table-init{position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center; z-index: 10;}
.layui-table-init{position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center; z-index: 110;}
.layui-table-init .layui-icon{position: absolute; left: 50%; top: 50%; margin: -15px 0 0 -15px; font-size: 30px; color: #c2c2c2;}
.layui-table-header{border-width: 0; border-bottom-width: 1px; overflow: hidden;}
.layui-table-header .layui-table{margin-bottom: -1px;}
Expand Down
2 changes: 1 addition & 1 deletion src/lay/modules/table.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ layui.define(['laytpl', 'laypage', 'layer', 'form', 'util'], function(exports){
,'{{# } }}'

,'<div class="layui-table-box">'
,'{{# if(d.loading){ }}'
,'{{# if(d.data.loading){ }}'
,'<div class="layui-table-init" style="background-color: #fff;">'
,'<i class="layui-icon layui-icon-loading layui-icon"></i>'
,'</div>'
Expand Down

0 comments on commit 1ff124d

Please sign in to comment.