Showing
2 changed files
with
3 additions
and
2 deletions
@@ -96,7 +96,7 @@ layui.define(['table', 'form', 'sessions', 'common', 'view', 'admin', 'taskadd'] | @@ -96,7 +96,7 @@ layui.define(['table', 'form', 'sessions', 'common', 'view', 'admin', 'taskadd'] | ||
96 | }); | 96 | }); |
97 | return res; | 97 | return res; |
98 | }, | 98 | }, |
99 | - height: 'full-200', | 99 | + height: 'full-100', |
100 | cellMinWidth: 80, | 100 | cellMinWidth: 80, |
101 | page: { | 101 | page: { |
102 | layout: ['count', 'prev', 'page', 'next', 'limit', 'skip'] | 102 | layout: ['count', 'prev', 'page', 'next', 'limit', 'skip'] |
@@ -22,7 +22,8 @@ | @@ -22,7 +22,8 @@ | ||
22 | </div> | 22 | </div> |
23 | </div> | 23 | </div> |
24 | <div class="layui-card-body"> | 24 | <div class="layui-card-body"> |
25 | - <div class="warn-btns"> | 25 | + <!--隐藏操作按钮--> |
26 | + <div class="warn-btns hide"> | ||
26 | <button class="layui-btn layui-btn-sm layui-btn-normal" id="btn-task-add"> | 27 | <button class="layui-btn layui-btn-sm layui-btn-normal" id="btn-task-add"> |
27 | 新增 | 28 | 新增 |
28 | </button> | 29 | </button> |
-
Please register or login to post a comment