-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
- onUnmounted(() => {
- clearTimeout(time)
- })
-
-
-
-
+ color: #20aec5;
+ background-color: #100c2a;
+}
+
-
+.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));
+ display: flex;
+}
+
+.center {
+ margin: 0 30px;
+ display: flex;
+ flex-direction: column;
+ justify-content: space-between;
+ align-items: center;
+}
+
+.left {
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: space-around;
+ align-items: flex-end;
+}
+
+.right {
+ margin-right: 30px;
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: space-between;
+ align-items: flex-end;
+}
+
-
+
\ No newline at end of file
diff --git a/src/views/Mechanics/indexNew.vue b/src/views/Mechanics/indexNew.vue
index 1f09aa4..2d6a2e6 100644
--- a/src/views/Mechanics/indexNew.vue
+++ b/src/views/Mechanics/indexNew.vue
@@ -171,7 +171,7 @@ async function reqDeviceTotelListMFfun() {
item.name,
item.dept,
compare[item.status] ? compare[item.status] : '停机',
- item.activation + '%',
+ item.activation,
// item.failure + '%'
]
})
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+