czt
2026-01-19 5ffc5c22b0833d8f569e99eb775d08ca28676c7d
fzzy-igdss-web/src/main/resources/templates/security/eventInfo.html
@@ -9,6 +9,12 @@
    <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: 280px!important;
            display: inline-block;
        }
    </style>
</head>
<body class="gray-bg">
<div class="container-div">
@@ -38,10 +44,10 @@
                            <input class="form-control"  type="text" name="name" placeholder="请输入事件名称">
                        </li>
                        <li class="select-time">
                            <label>事件时间: </label>
                            <input type="text" class="time-input" style="width: 120px;" id="start" placeholder="开始时间" name="start"/>
                            <label style="width: 100px">事件时间: </label>
                            <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