Commit ffba519ec2f87e3b6b47cbd234e96028debdf44b
1 parent
2105f54e
调整搜索框的位置
Showing
1 changed file
with
6 additions
and
6 deletions
src/main/resources/static/pages/mforms/changetochanges/changetochange.html
| @@ -55,22 +55,22 @@ | @@ -55,22 +55,22 @@ | ||
| 55 | class="form-control" name="subCompany" id="fgsdmChange" | 55 | class="form-control" name="subCompany" id="fgsdmChange" |
| 56 | style="width: 140px;"></select> | 56 | style="width: 140px;"></select> |
| 57 | </div> | 57 | </div> |
| 58 | - <div style="display: inline-block;"> | 58 | + <div style="display: inline-block; margin-left: 10px;"> |
| 59 | <span class="item-label" style="width: 80px;">线路: </span> <select | 59 | <span class="item-label" style="width: 80px;">线路: </span> <select |
| 60 | class="form-control" name="line" id="line" style="width: 180px;"></select> | 60 | class="form-control" name="line" id="line" style="width: 180px;"></select> |
| 61 | </div> | 61 | </div> |
| 62 | <div style="margin-top: 10px"></div> | 62 | <div style="margin-top: 10px"></div> |
| 63 | - <div style="display: inline-block; margin-left: 15px;"> | 63 | + <div style="display: inline-block; margin-left: 5px;"> |
| 64 | <span class="item-label" style="width: 80px;">开始时间: </span> <input | 64 | <span class="item-label" style="width: 80px;">开始时间: </span> <input |
| 65 | class="form-control" type="text" id="startDate" | 65 | class="form-control" type="text" id="startDate" |
| 66 | - style="width: 120px;" /> | 66 | + style="width: 140px;" /> |
| 67 | </div> | 67 | </div> |
| 68 | - <div style="display: inline-block; margin-left: 15px;"> | 68 | + <div style="display: inline-block; margin-left: 10px;"> |
| 69 | <span class="item-label" style="width: 80px;">结束时间: </span> <input | 69 | <span class="item-label" style="width: 80px;">结束时间: </span> <input |
| 70 | class="form-control" type="text" id="endDate" | 70 | class="form-control" type="text" id="endDate" |
| 71 | - style="width: 120px;" /> | 71 | + style="width: 140px;" /> |
| 72 | </div> | 72 | </div> |
| 73 | - <div style="display: inline-block;"> | 73 | + <div style="display: inline-block; margin-left: 10px;"> |
| 74 | <span class="item-label" style="width: 120px;">类型: </span> <select | 74 | <span class="item-label" style="width: 120px;">类型: </span> <select |
| 75 | class="form-control" id="sel"> | 75 | class="form-control" id="sel"> |
| 76 | <option value="">请选择</option> | 76 | <option value="">请选择</option> |