Commit ffba519ec2f87e3b6b47cbd234e96028debdf44b

Authored by 娄高锋
1 parent 2105f54e

调整搜索框的位置

src/main/resources/static/pages/mforms/changetochanges/changetochange.html
... ... @@ -55,22 +55,22 @@
55 55 class="form-control" name="subCompany" id="fgsdmChange"
56 56 style="width: 140px;"></select>
57 57 </div>
58   - <div style="display: inline-block;">
  58 + <div style="display: inline-block; margin-left: 10px;">
59 59 <span class="item-label" style="width: 80px;">线路: </span> <select
60 60 class="form-control" name="line" id="line" style="width: 180px;"></select>
61 61 </div>
62 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 64 <span class="item-label" style="width: 80px;">开始时间: </span> <input
65 65 class="form-control" type="text" id="startDate"
66   - style="width: 120px;" />
  66 + style="width: 140px;" />
67 67 </div>
68   - <div style="display: inline-block; margin-left: 15px;">
  68 + <div style="display: inline-block; margin-left: 10px;">
69 69 <span class="item-label" style="width: 80px;">结束时间: </span> <input
70 70 class="form-control" type="text" id="endDate"
71   - style="width: 120px;" />
  71 + style="width: 140px;" />
72 72 </div>
73   - <div style="display: inline-block;">
  73 + <div style="display: inline-block; margin-left: 10px;">
74 74 <span class="item-label" style="width: 120px;">类型: </span> <select
75 75 class="form-control" id="sel">
76 76 <option value="">请选择</option>
... ...