diff --git a/src/views/3DOverview/components/DianChart.vue b/src/views/3DOverview/components/DianChart.vue
new file mode 100644
index 0000000..b345a8a
--- /dev/null
+++ b/src/views/3DOverview/components/DianChart.vue
@@ -0,0 +1,223 @@
+
+
+
+
+
+
diff --git a/src/views/3DOverview/components/FadianChart.vue b/src/views/3DOverview/components/FadianChart.vue
new file mode 100644
index 0000000..51f95c9
--- /dev/null
+++ b/src/views/3DOverview/components/FadianChart.vue
@@ -0,0 +1,161 @@
+
+
+
+
+
+
diff --git a/src/views/3DOverview/components/LeftContentEquipmentCheck.vue b/src/views/3DOverview/components/LeftContentEquipmentCheck.vue
index 3cb3797..ccf9797 100644
--- a/src/views/3DOverview/components/LeftContentEquipmentCheck.vue
+++ b/src/views/3DOverview/components/LeftContentEquipmentCheck.vue
@@ -2,7 +2,7 @@
-
+
-
-
-
-
+
+
+
+
-
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 纯 水
+
+
+ 39m
+ 3
+
+
+
+ 循环水
+
+
+ 239m
+ 3
+
+
+
+ 自来水
+
+
+ 23m
+ 3
+
+
+
+
+
+
+
+
+
+
+
+ 氧 气
+
+
+ 39Pa
+
+
+
+ CDA
+
+
+ 239pa
+
+
+
+ 天然气
+
+
+ 23Pa
+
+
+
+
+
+
+
+
+
@@ -30,10 +121,12 @@
diff --git a/src/views/3DOverview/components/TechyHeader.vue b/src/views/3DOverview/components/TechyHeader.vue
index b41225d..7bcf2cd 100644
--- a/src/views/3DOverview/components/TechyHeader.vue
+++ b/src/views/3DOverview/components/TechyHeader.vue
@@ -77,6 +77,16 @@ export default {
diff --git a/src/views/3DOverview/index.vue b/src/views/3DOverview/index.vue
index a2fce66..5e0cd42 100644
--- a/src/views/3DOverview/index.vue
+++ b/src/views/3DOverview/index.vue
@@ -1,9 +1,9 @@
-
+
-
-
+
+
@@ -19,7 +19,7 @@
-
+
产线名称 :
A产线
@@ -29,7 +29,7 @@
清洗机
- 累计加工数量 :
+ 累计加工 :
20
@@ -41,15 +41,15 @@
-
+
-
-
-
-
-
-
+
+
+
+
+
+
@@ -57,23 +57,23 @@
-
-
+
+
-
+
-
+
-
+
@@ -162,6 +162,28 @@ export default {
position: relative;
}
+#v3d-outter *::-webkit-scrollbar {
+ width: 8px;
+}
+
+#v3d-outter *::-webkit-scrollbar-track {
+ background-color: #14243f;
+ /* background-color: white; */
+ border-radius: 0;
+}
+
+#v3d-outter *::-webkit-scrollbar-button {
+ width: 8px;
+ height: 8px;
+ background: #5bc4bf9f;
+ position: relative;
+}
+
+#v3d-outter *::-webkit-scrollbar-thumb {
+ border-radius: 8px;
+ background: #5bc4bf9f;
+}
+
#v3d-main-content {
width: 100%;
height: 100%;
@@ -189,6 +211,7 @@ export default {
}
.bottom-part {
+ height: 22vh;
padding: 0 calc(100vmin / 1920 * 36) calc(100vmin / 1920 * 36);
display: flex;
/* gap: 16px; */
@@ -221,19 +244,21 @@ export default {
.techy-body-part__middle {
position: absolute;
- top: 12%;
- left: 36%;
- height: 96px;
- width: 128px;
+ top: 9%;
+ left: 26%;
+ height: 136px;
+ width: 176px;
}
-.flex {
+.techy-body-part__middle__inner {
+ height: 100%;
padding: 12px;
display: flex;
flex-direction: column;
+ justify-content: space-between;
}
-.flex p {
+.techy-body-part__middle__inner p {
margin: 0;
padding: 0;
font-size: 12px;
@@ -241,15 +266,15 @@ export default {
color: #fff;
}
-.flex p > span {
+.techy-body-part__middle__inner p > span {
position: relative;
- padding-left: 6px;
+ padding-left: 16px;
}
.round-dot::before {
content: '';
position: absolute;
- top: 5px;
- left: -3px;
+ top: 4px;
+ left: 2px;
width: 8px;
height: 8px;
background-color: rgb(82, 231, 82);
diff --git a/src/views/EquipmentManager/HomePage.vue b/src/views/EquipmentManager/HomePage.vue
index e3a81d4..9871822 100644
--- a/src/views/EquipmentManager/HomePage.vue
+++ b/src/views/EquipmentManager/HomePage.vue
@@ -8,7 +8,7 @@