diff --git a/src/views/index/CenterBottom.vue b/src/views/index/CenterBottom.vue index e771694..4c14332 100644 --- a/src/views/index/CenterBottom.vue +++ b/src/views/index/CenterBottom.vue @@ -1,5 +1,5 @@ - - - - \ No newline at end of file diff --git a/src/views/index/components/CenterTop.vue b/src/views/index/components/CenterTop.vue deleted file mode 100644 index 59a28ec..0000000 --- a/src/views/index/components/CenterTop.vue +++ /dev/null @@ -1,100 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/views/index/components/ConsultationCard.vue b/src/views/index/components/ConsultationCard.vue deleted file mode 100644 index 0519ecb..0000000 --- a/src/views/index/components/ConsultationCard.vue +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/views/index/index.vue b/src/views/index/index.vue index 1efc8df..dbdf5b6 100644 --- a/src/views/index/index.vue +++ b/src/views/index/index.vue @@ -10,8 +10,7 @@ const LeftBottom = defineAsyncComponent(() => import("./LeftBottom.vue")); // 导入中间组件 -const CenterTop = defineAsyncComponent(() => import("./components/CenterTop.vue")); -const CenterBottom = defineAsyncComponent(() => import("./components/CenterBottom.vue")); +const CenterBottom = defineAsyncComponent(() => import("./CenterBottom.vue")); const CenterMap = defineAsyncComponent(() => import("./center-map.vue")); // 导入右侧组件 @@ -44,10 +43,9 @@ const mapRef: any = ref(null);
- - +
@@ -88,11 +86,14 @@ const mapRef: any = ref(null); flex: 1; display: flex; flex-direction: column; - gap: 20px; + // gap: 20px; } .center_content_top { - + height: 410px; +} +.center_content_bottom { + height: 300px; } .left-contetn-top {