From 2b840facb3ca4d30026e3209404a9e1ade072606 Mon Sep 17 00:00:00 2001 From: 123456 <123456> Date: Mon, 15 May 2023 16:18:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9C=BA=E6=A2=B0=E5=88=86?= =?UTF-8?q?=E5=8E=82=20=E7=B2=BE=E9=A5=B0=20=E5=A4=A7=E4=BB=B6=20=E7=84=8A?= =?UTF-8?q?=E6=8E=A5=E8=BD=A6=E9=97=B4=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/borderBox/border3.vue | 3 +- src/utils/devSever.ts | 6 +- src/views/PaintShopView/View1/bottom.vue | 31 ++- src/views/PaintShopView/View1/chart/pm.vue | 6 +- src/views/PaintShopView/View1/index.vue | 252 +++++++++--------- src/views/PaintShopView/View1/top.vue | 192 +++++++------ .../PaintShopView/components/verticalNum.vue | 215 +++++++++++++++ src/views/PaintShopView/stuffView/bottom.vue | 6 +- .../PaintShopView/stuffView/chart/pm.vue | 6 +- src/views/PaintShopView/stuffView/top.vue | 218 ++++++++------- src/views/PaintShopView/weldView/bottom.vue | 6 +- src/views/PaintShopView/weldView/chart/pm.vue | 10 +- src/views/PaintShopView/weldView/top.vue | 213 ++++++++------- 13 files changed, 739 insertions(+), 425 deletions(-) create mode 100644 src/views/PaintShopView/components/verticalNum.vue diff --git a/src/components/borderBox/border3.vue b/src/components/borderBox/border3.vue index ec38fef..1044692 100644 --- a/src/components/borderBox/border3.vue +++ b/src/components/borderBox/border3.vue @@ -1,5 +1,5 @@ +
+
+
+ +
+
+
+ + + + + + + + +
+
+ - +onMounted(() => { + let contentBox = Acontent.value + // let Timedombox=Timedom.value + window.document.title = t('messages.JingShi_generalEnvironment') + WH(contentBox) + window.addEventListener('resize', () => { + if (time.value) { + clearTimeout(time.value) + time.value = null + } + time.value = setTimeout(() => { + WH(contentBox) + }, 1000); + }) + getSensorByDeptfun() + connectWebsocket(null, null, getWebsocket, errWebsocket); +}) +onUnmounted(() => { + closeWebsocket(); + clearTimeout(time) + // store.resetAllData() +}) + - - \ No newline at end of file + color: #20aec5; + background-color: #100c2a; +} + +.title { + width: 100%; + display: flex; + justify-content: center; + align-items: center; + position: relative; +} + +.title>h1 { + font-size: 30px; + position: absolute; + top: 10px; +} + +.header { + position: relative; +} + +.header p { + position: absolute; + right: 50px; + bottom: 20px; + font-size: 20px; +} + +.content { + width: 100%; + --header: 100px; + height: calc(1080px - var(--header)) +} + + \ No newline at end of file diff --git a/src/views/PaintShopView/View1/top.vue b/src/views/PaintShopView/View1/top.vue index 5ae6ed7..3e155af 100644 --- a/src/views/PaintShopView/View1/top.vue +++ b/src/views/PaintShopView/View1/top.vue @@ -1,5 +1,5 @@ + + + + + + \ No newline at end of file diff --git a/src/views/PaintShopView/stuffView/bottom.vue b/src/views/PaintShopView/stuffView/bottom.vue index 357e1fb..c073142 100644 --- a/src/views/PaintShopView/stuffView/bottom.vue +++ b/src/views/PaintShopView/stuffView/bottom.vue @@ -1,5 +1,5 @@ - + +
- - + +
- +
- - + +
@@ -46,34 +39,35 @@