lsc 2 年 前
コミット
845db461fe

+ 1 - 1
src/components/pages/student/addCourse.vue

@@ -1345,7 +1345,7 @@
                 <div class="people_top">
                     <div class="people_top_right">
                         <div class="people_search">
-                            <el-input placeholder="搜索完账号或名字" v-model="searchTN"
+                            <el-input placeholder="搜索完账号或名字" v-model="searchTN"
                                 @keyup.enter.native="getTeacher"></el-input>
                             <div class="search_img" @click="getTeacher">
                                 <img src="../../../assets/icon/search.png" alt />

+ 24 - 6
src/components/pages/student/checkCourse.vue

@@ -1,8 +1,8 @@
 <template>
   <div class="pb_content" style="height: auto">
-    <div class="pb_head top">
+    <div class="pb_head top ">
       <div>
-        <span>学生项目</span>
+        <span class="sub_head">学生项目</span>
         <span
             @click="
               goTo(
@@ -80,7 +80,7 @@
               </div>
             </div>
             <div class="three_bottom">
-              <div @click="get(item.courseId)">查看内容</div>
+              <div @click="get(item.courseId)">预览</div>
               <div @click="getA(item.courseId)">项目进展</div>
             </div>
           </div>
@@ -535,12 +535,30 @@ export default {
 </script>
 
 <style scoped>
-.pb_head div> span:nth-child(2) {
-  font-size: 16px;
+.sub_head {
+  position: relative;
+}
+.sub_head::after {
+  content: "";
+  width: 100%;
+  background: #5a9cea;
+  height: 2px;
+  position: absolute;
+  left: 0;
+  bottom: -18px;
+}
+
+.pb_head > div:nth-child(1) > span:nth-child(2) {
+  /* font-size: 16px; */
+  font-size: 26px;
   cursor: pointer;
   margin-left: 10px;
   /* color: #ab582f; */
-  color: #409eff;
+  /* color: #409eff; */
+  color: #999;
+}
+.pb_head > div:nth-child(1) > span:nth-child(2):hover{
+  color:#000
 }
 .dialog_diy>>>.el-dialog__header {
   background: #3d67bc !important;