|
@@ -148,7 +148,7 @@
|
|
|
<div class="both">
|
|
|
<div class="choose">
|
|
|
<div class="all_choose" v-for="(item, index) in CourseType[0]" :key="index">
|
|
|
- <span>{{ item.name }}</span>
|
|
|
+ <span>{{ item.name == '年级' ? '赛道' : item.name == '栏目' ? '主题' : item.name }}</span>
|
|
|
<el-checkbox-group v-model="courseTypeId" v-if="CourseTypeJson[item.id].length > 0">
|
|
|
<el-checkbox v-for="item1 in CourseTypeJson[item.id]" :key="item1.id" :label="item1.id">{{
|
|
|
item1.name
|
|
@@ -6340,7 +6340,7 @@ ol {
|
|
|
}
|
|
|
|
|
|
.choose>div:nth-child(3)>span {
|
|
|
- letter-spacing: 0 !important;
|
|
|
+ /* letter-spacing: 0 !important; */
|
|
|
}
|
|
|
|
|
|
.choose {
|