正在显示
1 个修改的文件
包含
18 行增加
和
11 行删除
@@ -14,17 +14,24 @@ | @@ -14,17 +14,24 @@ | ||
14 | <div class="row"> | 14 | <div class="row"> |
15 | <div class="col-md-9"> | 15 | <div class="col-md-9"> |
16 | <table class="table table-bordered"> | 16 | <table class="table table-bordered"> |
17 | - <tr> | ||
18 | - <th colspan="6">固定收费时间段设置</th> | ||
19 | - </tr> | ||
20 | - <tr> | ||
21 | - <th>开始时间</th> | ||
22 | - <td><input class="form-control" type="time" name="start_time"></td> | ||
23 | - <th>结束时间</th> | ||
24 | - <td><input class="form-control" type="time" name="end_time"></td> | ||
25 | - <th>每小时费用</th> | ||
26 | - <td><input class="form-control" type="number" name="price"></td> | ||
27 | - </tr> | 17 | + <thead> |
18 | + <tr> | ||
19 | + <th colspan="6">固定收费时间段设置</th> | ||
20 | + </tr> | ||
21 | + </thead> | ||
22 | + <tbody> | ||
23 | + <tr> | ||
24 | + <th>开始时间</th> | ||
25 | + <td><input class="form-control" type="time" name="start_time"></td> | ||
26 | + <th>结束时间</th> | ||
27 | + <td><input class="form-control" type="time" name="end_time"></td> | ||
28 | + <th>每小时费用</th> | ||
29 | + <td><input class="form-control" type="number" name="price"></td> | ||
30 | + </tr> | ||
31 | + </tbody> | ||
32 | + <tfoot> | ||
33 | + <div style="float: right"><a class="btn btn-default btn-sm" id="addattr">添加属性</a></div> | ||
34 | + </tfoot> | ||
28 | </table> | 35 | </table> |
29 | </div> | 36 | </div> |
30 | <div class="col-md-3"> | 37 | <div class="col-md-3"> |
-
请 注册 或 登录 后发表评论