c425d8e7 by yangjianbin

init

1 parent c1a2b51a
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
70 </form> 70 </form>
71 71
72 <div class="body mt-20"> 72 <div class="body mt-20">
73 <table class="table table-border table-bordered table-bg"> 73 <table class="table table-border table-bordered table-bg" id="table">
74 <thead class="text-c"> 74 <thead class="text-c">
75 <tr> 75 <tr>
76 <th width="15px"><input type="checkbox"></th> 76 <th width="15px"><input type="checkbox"></th>
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
91 </tr> 91 </tr>
92 </thead> 92 </thead>
93 <tbody class="text-c"> 93 <tbody class="text-c">
94 <tr> 94 <!--<tr>
95 <td><input type="checkbox"></td> 95 <td><input type="checkbox"></td>
96 <td> 96 <td>
97 <span class="dropDown dropDown_hover"> 97 <span class="dropDown dropDown_hover">
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
142 <td class="c-999">完成</td> 142 <td class="c-999">完成</td>
143 <td>2018-01-02 00:00:00</td> 143 <td>2018-01-02 00:00:00</td>
144 <td>小明</td> 144 <td>小明</td>
145 </tr> 145 </tr>-->
146 </tbody> 146 </tbody>
147 </table> 147 </table>
148 <div class="paginate"> 148 <div class="paginate">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!