diff --git a/src/assets/hzhb02.png b/src/assets/hzhb02.png index 422a3ef..5e29e42 100644 Binary files a/src/assets/hzhb02.png and b/src/assets/hzhb02.png differ diff --git a/src/assets/hzhb03.png b/src/assets/hzhb03.png index 300d6af..ab45b8e 100644 Binary files a/src/assets/hzhb03.png and b/src/assets/hzhb03.png differ diff --git a/src/assets/hzhb04.png b/src/assets/hzhb04.png index 982a4f4..bc7eaec 100644 Binary files a/src/assets/hzhb04.png and b/src/assets/hzhb04.png differ diff --git a/src/common/portrait.styl b/src/common/portrait.styl index fd94e6c..7aa7dbc 100644 --- a/src/common/portrait.styl +++ b/src/common/portrait.styl @@ -27,6 +27,10 @@ padding-top: 12px; } +.pt-5 { + padding-top: 20px; +} + .pb-3 { padding-bottom: 12px; } diff --git a/src/components/HeadNav/HeadNav.vue b/src/components/HeadNav/HeadNav.vue index 3b93100..3cf2796 100644 --- a/src/components/HeadNav/HeadNav.vue +++ b/src/components/HeadNav/HeadNav.vue @@ -201,6 +201,24 @@ export default { }, }, + watch: { + $route: { + handler(val) { + const router = val.path.split('/')[1]; + const arr = []; + for (let i = 0; i < this.list.length; i++) { + const item = this.list[i]; + const url = item.url.split('/')[1]; + arr.push(url); + } + const index = arr.indexOf(router); + this.activeItem = index; + }, + // 深度观察监听 + deep: true, + }, + }, + methods: { jumUrl(url, index) { if (this.$route.path !== url) { diff --git a/src/components/Introduce/PartnerShip.styl b/src/components/Introduce/PartnerShip.styl index d8b2fe6..37de51d 100644 --- a/src/components/Introduce/PartnerShip.styl +++ b/src/components/Introduce/PartnerShip.styl @@ -1,7 +1,7 @@ // 合作伙伴 .logo-box{ - width: 22%; - margin-right: 4%; + width: 18%; + margin-right: 2.5%; border-radius: 2px; margin-bottom: 50px; diff --git a/src/components/Introduce/PartnerShip.vue b/src/components/Introduce/PartnerShip.vue index 339b4eb..172bc23 100644 --- a/src/components/Introduce/PartnerShip.vue +++ b/src/components/Introduce/PartnerShip.vue @@ -5,7 +5,7 @@ --> @@ -202,7 +202,7 @@ export default { param: { activityType: [], pageNum: 1, - pageSize: 3, + pageSize: 8, title: '', }, }; diff --git a/src/views/IncubationPlatform/Children/Partner.vue b/src/views/IncubationPlatform/Children/Partner.vue index df59960..50c15ba 100644 --- a/src/views/IncubationPlatform/Children/Partner.vue +++ b/src/views/IncubationPlatform/Children/Partner.vue @@ -4,8 +4,8 @@
-
-
+
+
@@ -36,11 +36,6 @@ export default { diff --git a/src/views/IncubationPlatform/Children/place/EntitySpace.vue b/src/views/IncubationPlatform/Children/place/EntitySpace.vue index ab50ca5..ff6e9c7 100644 --- a/src/views/IncubationPlatform/Children/place/EntitySpace.vue +++ b/src/views/IncubationPlatform/Children/place/EntitySpace.vue @@ -103,12 +103,12 @@
-->
-
+
入驻企业名录
- +