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--- */