| | |
| | | <link rel="stylesheet" type="text/css" th:href="@{/ajax/libs/layui/css/layui.css}"/> |
| | | <link rel="stylesheet" th:href="@{/security/eventInfo/eventInfo-style.css}"> |
| | | <th:block th:include="include :: select2-css" /> |
| | | <style> |
| | | .select-list .select2-container--bootstrap { |
| | | width: 300px!important; |
| | | display: inline-block; |
| | | } |
| | | </style> |
| | | </head> |
| | | <body class="gray-bg"> |
| | | <div class="container-div"> |
| | |
| | | <input class="form-control" type="text" name="name" placeholder="请输入事件名称"> |
| | | </li> |
| | | <li class="select-time"> |
| | | <label>事件时间: </label> |
| | | <label style="width: 100px">事件时间: </label> |
| | | <input type="text" class="time-input" style="width: 120px;" id="start" placeholder="开始时间" name="start"/> |
| | | <span>-</span> |
| | | <input type="text" class="time-input" style="width: 120px;" id="end" placeholder="结束时间" name="end"/> |