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