更改部分body元素位置,统一风格
parent
c5d2da266f
commit
5a937c30f4
|
|
@ -6,7 +6,6 @@
|
|||
<link href="../../component/layui/css/layui.css" rel="stylesheet" />
|
||||
<link href="../../admin/css/pearCommon.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body>
|
||||
<body class="pear-container">
|
||||
<div class="layui-card">
|
||||
<div class="layui-card-body">
|
||||
|
|
@ -37,7 +36,6 @@
|
|||
<table id="user-table" lay-filter="user-table"></table>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
<script type="text/html" id="user-toolbar">
|
||||
<button class="pear-btn pear-btn-primary pear-btn-md" lay-event="add">
|
||||
|
|
|
|||
|
|
@ -71,8 +71,6 @@
|
|||
<i class="layui-icon {{d.icon}}"></i>
|
||||
</script>
|
||||
|
||||
</body>
|
||||
|
||||
<script src="../../component/layui/layui.js"></script>
|
||||
<script>
|
||||
layui.use(['table','form','jquery','treetable'],function () {
|
||||
|
|
@ -174,4 +172,5 @@
|
|||
|
||||
})
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -36,7 +36,6 @@
|
|||
<table id="role-table" lay-filter="role-table"></table>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
<script type="text/html" id="role-toolbar">
|
||||
<button class="pear-btn pear-btn-primary pear-btn-md" lay-event="add">
|
||||
|
|
@ -59,7 +58,6 @@
|
|||
<input type="checkbox" name="enable" value="{{d.id}}" lay-skin="switch" lay-text="启用|禁用" lay-filter="user-enable" checked = "{{ d.id == 10003 ? 'true' : 'false' }}">
|
||||
</script>
|
||||
|
||||
|
||||
<script src="../../component/layui/layui.js"></script>
|
||||
<script>
|
||||
layui.use(['table','form','jquery'],function () {
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
<link href="../../component/layui/css/layui.css" rel="stylesheet" />
|
||||
<link href="../../admin/css/pearCommon.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body>
|
||||
<body class="pear-container">
|
||||
<div class="layui-card">
|
||||
<div class="layui-card-body">
|
||||
|
|
@ -37,7 +36,6 @@
|
|||
<table id="user-table" lay-filter="user-table"></table>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
<script type="text/html" id="user-toolbar">
|
||||
<button class="pear-btn pear-btn-primary pear-btn-md" lay-event="add">
|
||||
|
|
|
|||
Loading…
Reference in New Issue