From 9547d072440c03bc40a73e0b85a317b73aed1976 Mon Sep 17 00:00:00 2001 From: daihh Date: Sat, 8 Oct 2022 19:55:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=E5=A4=B4?= =?UTF-8?q?=E9=83=A8=E6=96=87=E5=AD=97=E5=8F=8A=E9=80=89=E4=B8=AD=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E7=9A=84=E8=89=B2=E8=B0=83=E5=8F=98=E5=8C=96=20?= =?UTF-8?q?=EF=BC=8Clogo=E5=8F=98=E5=8C=96=20=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PortalHeader.vue | 87 +- src/views/Index.vue | 2 +- src/views/portal/case/Detail.vue | 2 +- src/views/portal/case/Index.vue | 2 +- src/views/portal/course/Index(1).vue | 1401 -------------------------- src/views/portal/course/Index.vue | 2 +- src/views/portal/follow/index.vue | 19 +- 7 files changed, 79 insertions(+), 1436 deletions(-) delete mode 100644 src/views/portal/course/Index(1).vue diff --git a/src/components/PortalHeader.vue b/src/components/PortalHeader.vue index 198cc45c..8be888c9 100644 --- a/src/components/PortalHeader.vue +++ b/src/components/PortalHeader.vue @@ -3,26 +3,30 @@
-
- 首页 -
-
-
+
+ 首页 +
+
+
+
课程 -
-
-
+
+ +
+
文章 -
-
-
- 问答 -
-
+
+ +
+
+ 问答 +
+
+
专区 @@ -35,12 +39,16 @@
-
推荐案例 -
-
-
我的关注 -
-
+
+ 推荐案例 +
+
+
+
+ 我的关注 +
+
+
@@ -75,7 +83,7 @@
- 学员 + 学员 @@ -153,6 +161,12 @@ export default { avatarText(){ return userAvatarText(this.userInfo.name); + }, + activeNav(){ + return { + 'top-nav-active-blue': this.textColor=='#000000', + 'top-nav-active-white': this.textColor=='#fff' || this.textColor=='#ffffff', + } } }, data() { @@ -292,6 +306,33 @@ export default { diff --git a/src/views/portal/course/Index.vue b/src/views/portal/course/Index.vue index 4a0a0834..a3ff5205 100644 --- a/src/views/portal/course/Index.vue +++ b/src/views/portal/course/Index.vue @@ -1,7 +1,7 @@