diff --git a/index.html b/index.html
index e2728a9..931637e 100644
--- a/index.html
+++ b/index.html
@@ -10,7 +10,7 @@
font-size: 16px;
}
-
+
@@ -647,12 +452,12 @@ onMounted(() => {
height: 100%;
}
}
- .map-t{
+ .map-t {
position: absolute;
top: 2rem;
left: 2rem;
color: #fff;
- font-family: 'ifonts';
+ font-family: "ifonts";
font-size: 1.4rem;
}
}
diff --git a/src/view/indexc/index.vue b/src/view/indexc/index.vue
index 313d60a..fd807c5 100644
--- a/src/view/indexc/index.vue
+++ b/src/view/indexc/index.vue
@@ -2,6 +2,7 @@
import leftItme from "../index/components/left.vue";
import rightItme from "../index/components/right.vue";
import center2Itme from "./components/center2.vue";
+import centerItme from "../index/components/center.vue";
import bottomItme from "../index/components/bottom.vue";
import { useRoute } from 'vue-router';
import { ref } from "vue";
@@ -18,6 +19,7 @@ const key = ref(Date.now());