Commit 9f6fce8d548d9fe58581223589b11673f51e1cb1
1 parent
0f42d16c
update
Showing
1 changed file
with
6 additions
and
6 deletions
src/main/resources/static/pages/scheduleApp/module/basicInfo/busInfoManage/list.html
| ... | ... | @@ -4,15 +4,15 @@ |
| 4 | 4 | <table class="fixTable table table-striped table-bordered table-hover table-checkable order-column"> |
| 5 | 5 | <thead> |
| 6 | 6 | <tr role="row" class="heading"> |
| 7 | - <th class="mixTd" width="50">序号</th> | |
| 7 | + <th class="mixTd" style="width: 50pt;">序号</th> | |
| 8 | 8 | <th class="mixTd">车辆编号</th> |
| 9 | 9 | <th class="mixTd">内部编号</th> |
| 10 | 10 | <th class="mixTd">设备编号</th> |
| 11 | 11 | <th class="mixTd">车牌号</th> |
| 12 | - <th class="mixTd" width="150px">所在公司</th> | |
| 12 | + <th class="mixTd" style="width: 150pt;">所在公司</th> | |
| 13 | 13 | <th class="mixTd">所在分公司</th> |
| 14 | - <th class="mixTd" width="80px">是否电车</th> | |
| 15 | - <th class="mixTd" width="150px">操作</th> | |
| 14 | + <th class="mixTd" style="width: 80pt;">是否电车</th> | |
| 15 | + <th class="mixTd" style="width: 120pt">操作</th> | |
| 16 | 16 | </tr> |
| 17 | 17 | <tr role="row" class="filter"> |
| 18 | 18 | <td></td> |
| ... | ... | @@ -38,10 +38,10 @@ |
| 38 | 38 | </sa-Select> |
| 39 | 39 | </div> |
| 40 | 40 | </td> |
| 41 | - <td style="width: 100px"> | |
| 41 | + <td> | |
| 42 | 42 | |
| 43 | 43 | </td> |
| 44 | - <td style="width: 80px"> | |
| 44 | + <td> | |
| 45 | 45 | |
| 46 | 46 | </td> |
| 47 | 47 | <td> | ... | ... |