-
-
+
+
+

+
+
+
\ No newline at end of file
diff --git a/src/pages/about-us/product.vue b/src/pages/about-us/title.vue
similarity index 55%
rename from src/pages/about-us/product.vue
rename to src/pages/about-us/title.vue
index 7472a97..3756260 100644
--- a/src/pages/about-us/product.vue
+++ b/src/pages/about-us/title.vue
@@ -16,15 +16,30 @@ defineExpose({})
const {} = toRefs(data);
-
-
- 1231312
- 1231312
-
+
\ No newline at end of file
diff --git a/src/pages/about-us/video.vue b/src/pages/about-us/video.vue
deleted file mode 100644
index 93eda4a..0000000
--- a/src/pages/about-us/video.vue
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/src/routes.ts b/src/routes.ts
index 649fd3d..a6c60f2 100644
--- a/src/routes.ts
+++ b/src/routes.ts
@@ -1,7 +1,7 @@
import type { RouteRecordRaw } from 'vue-router'
-import AboutView from './pages/AboutView.vue'
+import AboutView from './pages/about-us/index.vue'
import ContactView from './pages/ContactView.vue'
-import HomeView from './pages/home/index.vue'
+import HomeView from './pages/HomeView.vue'
import ProductsView from './pages/ProductsView.vue'
export const routes: RouteRecordRaw[] = [
From 1de788ccb7bd124ea2503939e8e536b04b0b77fb Mon Sep 17 00:00:00 2001
From: "X1627315083@163.com" <1627315083@qq.com>
Date: Thu, 14 May 2026 16:18:17 +0800
Subject: [PATCH 2/2] fix
---
src/assets/css/style.css | 9 ---------
src/assets/css/style.less | 9 ---------
src/pages/about-us/ecosystem.vue | 2 ++
3 files changed, 2 insertions(+), 18 deletions(-)
diff --git a/src/assets/css/style.css b/src/assets/css/style.css
index 919ac55..d2ab2e4 100644
--- a/src/assets/css/style.css
+++ b/src/assets/css/style.css
@@ -27,15 +27,6 @@ h6,
color: #222222;
text-transform: capitalize;
}
-html,
-body,
-#app {
- width: 100%;
- height: 100%;
- overflow: hidden;
- font-family: 'KaiseiOpti-Medium';
- color: #232323;
-}
@keyframes loading {
0% {
transform: rotate(0deg);
diff --git a/src/assets/css/style.less b/src/assets/css/style.less
index 2d607f0..91343b3 100644
--- a/src/assets/css/style.less
+++ b/src/assets/css/style.less
@@ -22,15 +22,6 @@ h1, h2, h3, h4, h5, h6, .products-title{
color: #222222;
text-transform: capitalize;
}
-html,
-body,
-#app {
- width: 100%;
- height: 100%;
- overflow: hidden;
- font-family: 'KaiseiOpti-Medium';
- color: #232323;
-}
@keyframes loading {
0% {
diff --git a/src/pages/about-us/ecosystem.vue b/src/pages/about-us/ecosystem.vue
index 7df44ec..5f456af 100644
--- a/src/pages/about-us/ecosystem.vue
+++ b/src/pages/about-us/ecosystem.vue
@@ -60,6 +60,8 @@ const {} = toRefs(data);
background-color: #463a37;
> .content{
max-width: 1200px;
+ margin: 0 auto;
+ padding: 100px 0;
}
}
\ No newline at end of file