zengyicheng 2 gadi atpakaļ
vecāks
revīzija
a2b18805e6
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3 3
      src/components/pages/course.vue

+ 3 - 3
src/components/pages/course.vue

@@ -83,7 +83,7 @@
               <div class="kc_time">{{ item.time }}</div>
             </div>
             <div class="three_bottom">
-              <div @click="jump(item.courseId)">查看内容</div>
+              <div @click="jump(item.courseId)">评课</div>
               <div v-if="groupA == '0'" @click="
                 goTo(
                   '/course/addCourse?cid=' +
@@ -967,7 +967,7 @@ export default {
   background: #3c3c3c;
   width: 70px;
   height: 30px;
-  border-radius: 15px;
+  border-radius: 30px;
   color: #fff;
   font-size: 14px;
   text-align: center;
@@ -981,7 +981,7 @@ export default {
   background: #41a5f0;
   width: 70px;
   height: 30px;
-  border-radius: 15px;
+  border-radius: 30px;
   color: #fff;
   font-size: 14px;
   text-align: center;