1
zhang
2026-01-22 6876084ffc4a01c1eca6a609dec8c176efc59aae
zy-acs-cv/src/main/webapp/views/control.html
@@ -5,7 +5,8 @@
    <title>WCS监控</title>
    <meta name="renderer" content="webkit">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0">
    <meta name="viewport"
          content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0">
    <link rel="stylesheet" type="text/css" href="../static/css/normalize.css">
    <link rel="stylesheet" type="text/css" href="../static/css/common.css">
    <script type="text/javascript" src="../static/js/jquery/jquery-3.3.1.min.js"></script>
@@ -28,12 +29,14 @@
            font-size: 13px;
            line-height: 30px;
        }
        footer a {
            color: #3573ab;
            font-weight: bold;
            text-decoration: none;
            cursor: pointer;
        }
        body {
            background-color: #e5e5e5;
            padding: 10px;
@@ -62,6 +65,7 @@
            width: 50%;
            height: 100%;
        }
        .main-item:last-child {
            border-left: 1px solid rgba(0, 0, 0, 0.3);
        }
@@ -84,7 +88,8 @@
    </main>
    <footer class="footer">
        Copyright © 2023 All Rights Reserved. <a href="http://www.zoneyung.com" target="_blank">浙江中扬立库技术有限公司</a>  保留所有权利
    Copyright © 2023 All Rights Reserved. <a href="http://www.zoneyung.com" target="_blank">浙江中扬立库技术有限公司</a>
    保留所有权利
    </footer>
</body>