sgj
2026-01-05 7b973b3b9b723f48c54f2c0c5083886573224541
fzzy-igdss-web/src/main/resources/templates/security/video-list-dept.html
@@ -223,13 +223,6 @@
            width: 100%;
            height: 100%;
        }
        .dept{
            margin-left: 150px;
            font-size: 16px;
            color: #FFFFFF;
            width: 400px;
            padding-top: 8px;
        }
    </style>
</head>
@@ -245,10 +238,6 @@
                            <h3>
                                <i></i>视频实时预览
                            </h3>
                            <div id="deptList" class="dept" onclick="showDepotAreaSelect()">
                                <img style="width: 18px" th:src="@{/img/web/security/qh.png}"/>
                                [[${#strings.defaultString(dept.deptName, '-')}]]
                            </div>
                            <div class="fenping_icon">
                                <img onclick="fenping(1)" id="f_1" style="width: 30px" th:src="@{/img/web/group/fp_1_active.png}"/>
                                <img onclick="fenping(4)" id="f_4" style="width: 30px" th:src="@{/img/web/group/fp_4.png}"/>
@@ -430,13 +419,13 @@
<script th:inline="javascript">
    var listCamera = [[${listCamera}]];
    var showDeptList = [[${showDeptList}]];
    var type = [[${type}]];
</script>
<script th:src="@{/js/jquery.min.js}"></script>
<script th:src="@{/ajax/libs/layui/layui.js}"></script>
<script th:src="@{/common/constant.js}"></script>
<script th:src="@{/security/video-list-dept.js}"></script>
<script th:src="@{/security/flv.min.js}"></script>
<script th:src="@{/security/video-control.js}"></script>
</body>
</html>