From a1047420fb3465387c04c558759c7bf0113cb406 Mon Sep 17 00:00:00 2001 From: 670788339 <670788339@qq.com> Date: Fri, 31 Oct 2025 15:47:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=83=AD=E7=82=B9=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/course/Index.vue | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/src/views/portal/course/Index.vue b/src/views/portal/course/Index.vue index 54615c81..5136bf2d 100644 --- a/src/views/portal/course/Index.vue +++ b/src/views/portal/course/Index.vue @@ -385,9 +385,17 @@ 学习项目
- - {{tag.tagName}} - + +
+ + {{ tag }} + +
@@ -2637,5 +2645,12 @@ a.custom2 { .hot-tags-container::-webkit-scrollbar { display: none; } + +/* 添加标签样式 */ +.course-tags { + margin: 5px 0; + min-height: 20px; +} + /* ---end--- */