| | |
| | | <th:block th:include="include :: select2-css" /> |
| | | <style> |
| | | .select-list .select2-container--bootstrap { |
| | | width: 300px!important; |
| | | width: 280px!important; |
| | | display: inline-block; |
| | | } |
| | | </style> |
| | |
| | | </li> |
| | | <li class="select-time"> |
| | | <label style="width: 100px">事件时间: </label> |
| | | <input type="text" class="time-input" style="width: 120px;" id="start" placeholder="开始时间" name="start"/> |
| | | <input type="text" class="time-input" style="width: 140px;" id="start" placeholder="开始时间" name="start"/> |
| | | <span>-</span> |
| | | <input type="text" class="time-input" style="width: 120px;" id="end" placeholder="结束时间" name="end"/> |
| | | <input type="text" class="time-input" style="width: 140px;" id="end" placeholder="结束时间" name="end"/> |
| | | </li> |
| | | <li> |
| | | <a class="btn btn-primary btn-rounded btn-sm" onclick="searchRecord()"><i |