1
zhang
2026-03-09 7d116115ade208f26ada36806642d2a3a6085c91
zy-acs-cv/src/main/webapp/views/pipeline.html
@@ -63,7 +63,6 @@
        }
        /* 表格容器 */
        .table-container {
            flex: 1;
@@ -685,9 +684,15 @@
        }
        @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.2); }
            100% { transform: scale(1); }
            0% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.2);
            }
            100% {
                transform: scale(1);
            }
        }
        /* IO模式按钮样式 */
@@ -908,7 +913,6 @@
        }
        // 获取站点信息表
        function getSite() {
            const tableEl = $('#site-table tbody');
@@ -989,7 +993,6 @@
                </tr>
            `;
        }
        // 获取输送设备日志输出