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 @@
+
+
+
+
+
+
{{
+ `${t('messages.NormalValue')}0-${value.quota}${value.unit}` }}
+
+
{{ item.name }}
+
+
+
{{ item.val }}
+
{{ value.unit }}
+
+
+
+
+
+
+
+
+
+
+
+
\ 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 @@