Przeglądaj źródła

修改bjs单独样式

11wqe1 4 tygodni temu
rodzic
commit
7fca68dcdd
1 zmienionych plików z 5 dodań i 1 usunięć
  1. 5 1
      src/components/main/courseSelect.vue

+ 5 - 1
src/components/main/courseSelect.vue

@@ -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>