diff --git a/src/views/portal/course/qualityCourse.vue b/src/views/portal/course/qualityCourse.vue index cd604b03..6d2d0a6e 100644 --- a/src/views/portal/course/qualityCourse.vue +++ b/src/views/portal/course/qualityCourse.vue @@ -61,18 +61,18 @@
全部 - +
内部专享 - +
外部精选 - +
@@ -90,34 +90,62 @@ -
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
-
-
+
+
全部 -
-
- {{tag.tagName}} - +
+
+ {{tag.tagName}} + +
+
+
@@ -2380,4 +2408,24 @@ export default { font-weight: bold; background-color: transparent !important; } + +.fieldbox { + + display: flex; + white-space: nowrap; + flex-wrap: wrap; + + div { + margin: 0 15px; + display: inline-block; + font-size: 14px; + line-height: 25px; + //color: #3d3d3d; + font-weight: 500; + } + + .fieldactive { + color: #387DF7; + } +}