|
|
@@ -148,7 +148,8 @@
|
|
|
</el-row>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="grandTitle2" v-if="gotype.gotype == 'bjs'">人工智能特色课</div>
|
|
|
+ <div class="grandTitle2" v-if="gotype.gotype == 'bjs'" style="margin-top: 15px;">人工智能特色课</div>
|
|
|
+ <div class="grandTitle3" v-if="gotype.gotype == 'bjs'" style="margin-top: 15px;">智能体课程</div>
|
|
|
<div class="course_select" v-if="gotype.gotype == 'bjs'">
|
|
|
<span class="grandTitle">模块:</span>
|
|
|
<el-button :class="selectmod == '模块一' ? 'el_button_active' : ''" @click="clickmod('模块一')">模块一</el-button>
|
|
|
@@ -696,4 +697,7 @@ watchEffect(() => {
|
|
|
letter-spacing: 0em;
|
|
|
// text-align: center;
|
|
|
}
|
|
|
+.grandTitle3{
|
|
|
+ margin-top: 0;
|
|
|
+}
|
|
|
</style>
|