| | |
| | | <style> |
| | | .to-do { |
| | | height: 210px !important; |
| | | } |
| | | </style> |
| | | <div class="layui-row layui-col-space16"> |
| | | <div class="layui-col-md12"> |
| | | <div class="layui-card"> |
| | | <div class="layui-card-header"><h3>办公审批</h3><a href="javascript:;" data-href="/home/approve/index" class="side-a pull-right">去申请</a></div> |
| | | <div class="layui-card-body layui-short-menu p-3"> |
| | | <div class="layui-card-body layui-short-menu p-3 to-do"> |
| | | <ul class="layui-row layui-col-space12"> |
| | | <li class="layui-col-xs3"> |
| | | <a href="javascript:;" data-href="/home/approve/index" class="side-a"> |
| | |
| | | <style> |
| | | .to-do { |
| | | height: 210px !important; |
| | | } |
| | | </style> |
| | | <div class="layui-row layui-col-space16"> |
| | | <div class="layui-col-md12"> |
| | | <div class="layui-card"> |
| | | <div class="layui-card-header"><h3>待办事项</h3></div> |
| | | <div class="layui-card-body layui-matter-item p-3"> |
| | | <div class="layui-card-body layui-matter-item p-3 to-do"> |
| | | <ul class="layui-row layui-col-space12"> |
| | | {volist name="$handle" id="vo"} |
| | | <li class="layui-col-xs3"> |
| | |
| | | <style> |
| | | .layui-card-body { |
| | | height: 332px; |
| | | height: 260px; |
| | | transition: all 0.5s; |
| | | } |
| | | .timeBox { |
| | |
| | | .login-wrap {position: relative;overflow: hidden; background-color:#fff; width:800px; height: 448px; position: absolute;top: 50%;left: 50%;margin-top: -240px;margin-left: -400px; border-radius: 12px; display: flex;box-shadow: 0 0 16px rgba(31, 84, 167, 0.2);} |
| | | |
| | | .login-side {width:400px; height:440px; padding:4px} |
| | | .login-side .side-img{border-radius: 8px; width:100%; height:100%; background: url({__IMG__}/login.jpg);background-size: cover;} |
| | | .login-side .side-img{border-radius: 8px; width:100%; height:100%; background: url({__IMG__}/login.jpg);background-size: cover;background-position: center;} |
| | | |
| | | .login-box{width: 392px;height: 404px;} |
| | | .login-box .top {width: 392px; padding:36px 0; text-align:center; border-bottom:1px solid #eee;} |
| | |
| | | <td style="text-align:left; background-color:#f8f8f8;"><font style="color:red">选择可操作的子级权限 ↓</font></td> |
| | | </tr> |
| | | {volist name="role_rule" id="vo"} |
| | | {if condition="$vo.name neq '知识网盘'"} |
| | | <tr> |
| | | <td class="left-note"> |
| | | <input type="checkbox" name="rule[]" value="{$vo.id}" title="{$vo.title}" {eq name="$vo.checked" value="true" }checked{/eq}> |
| | |
| | | <td class="right-note"> |
| | | <div style="padding:0 0 0 10px;"> |
| | | {volist name="vo.children" key="k" id="voo"} |
| | | {if condition="$voo.name neq '系统配置' && $voo.name neq '功能模块' && $voo.name neq '模块配置' && $voo.name neq '功能节点' && $voo.name neq '移动端配置' && $voo.name neq '定时任务' "} |
| | | <div class="note-{$voo.len}" style="padding:10px 0;"> |
| | | <input type="checkbox" lay-filter="rule" data-pid="{$vo.id}" value="{$voo.id}" name="rule[]" lay-skin="primary" title="{$voo.title}" {eq name="$voo.checked" value="true" }checked{/eq}> |
| | | </div> |
| | |
| | | {/volist} |
| | | </div> |
| | | {/gt} |
| | | {/if} |
| | | {/volist} |
| | | </div> |
| | | </td> |
| | | {/gt} |
| | | </tr> |
| | | {/if} |
| | | {/volist} |
| | | </table> |
| | | </td> |
| | |
| | | |
| | | layui.pageTable = table.render({ |
| | | elem: "#table_template" |
| | | , toolbar: "#toolbarDemo" |
| | | // , toolbar: "#toolbarDemo" |
| | | ,title:'消息模板列表' |
| | | ,url: "/home/template/datalist" |
| | | ,page: true |