diff --git a/tzipc-ui/src/views/zf/bigscreen/index.vue b/tzipc-ui/src/views/zf/bigscreen/index.vue index a4910ad..39050ae 100644 --- a/tzipc-ui/src/views/zf/bigscreen/index.vue +++ b/tzipc-ui/src/views/zf/bigscreen/index.vue @@ -5,7 +5,10 @@
{{ title1 }}数据监控
油膜轴承振动监测
-
+
+
+
+
@@ -20,19 +23,28 @@
{{ title2 }}数据监控
油膜轴承振动监测
-
+
+
+
+
油液颗粒度特性
-
+
+
+
+
油液颗粒度特性
-
+
+
+
+
@@ -192,7 +204,6 @@ export default { this.initBottomR2(ov) this.initBottomR3(owc) - console.log('ssat', ssat); this.r1 = ssat this.r2 = rot } @@ -250,6 +261,9 @@ export default { data: vz, }, ], + grid: { + bottom: "20%", + } }), true, true); window.addEventListener("resize", () => { chartIns && chartIns.resize(); @@ -291,6 +305,9 @@ export default { data: vz, }, ], + grid: { + bottom: "20%", + } }), true, true); window.addEventListener("resize", () => { chartIns && chartIns.resize(); @@ -852,4 +869,25 @@ export default { flex-direction: column-reverse; } } + +.scroll-text-wrapper { + border: 1px solid #ff0000b5; + background-color: #eb16161a; + display: flex; + justify-content: center; + align-items: center; + font-size: .8rem; + position: relative; + overflow: hidden; + .scroll-inner { + position: absolute; + width: 100%; + animation: scrollAnimation 10s linear infinite; + } +} + +@keyframes scrollAnimation { + 0% { left: 100%; } + 100% { left: -100%; } +} \ No newline at end of file