*
lsh
2025-08-19 5d1df2b22fd4e0b31f80385664393cd3d73a21ed
src/main/webapp/views/index.html
@@ -84,8 +84,6 @@
            /* 3D效果 */
            transform: translateZ(0);
            border: 10px solid rgba(255, 255, 255, 0.8);
            /* 添加流光动画 */
            animation: pulse 2s infinite;
        }
        @keyframes pulse {
@@ -267,6 +265,7 @@
            <div v-for="bus in tableDataRgv" class="bus" :style="{
                top: convertToCSSPositionWithOffset(bus.valueX, bus.valueY).y + 'px',
                left: convertToCSSPositionWithOffset(bus.valueX, bus.valueY).x + 'px',
                animation: 'pulse ' +  bus.animation + 's infinite',
                borderColor: bus.modeColor, backgroundColor: bus.statusColor}">{{ bus.index }}
            </div>