From 71a2ee88ff682d2310d1548d0e8abb824224919f Mon Sep 17 00:00:00 2001
From: weipengfei <2187978347@qq.com>
Date: Wed, 28 Feb 2024 13:55:55 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
index.html | 2 +-
src/components/videoFlv.vue | 3 +-
src/main.js | 1 +
src/view/delivery/components/left.vue | 2 +-
src/view/delivery/components/rightCard.vue | 4 +-
src/view/indexc/components/center2.vue | 377 +++++----------------
src/view/indexc/index.vue | 2 +
7 files changed, 99 insertions(+), 292 deletions(-)
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());