From 5d1df2b22fd4e0b31f80385664393cd3d73a21ed Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期二, 19 八月 2025 09:58:39 +0800
Subject: [PATCH] *
---
src/main/webapp/views/index.html | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index ab00cb4..e415f32 100644
--- a/src/main/webapp/views/index.html
+++ b/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>
--
Gitblit v1.9.1