mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-13 04:46:44 +08:00
提交我的笔记
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
<el-breadcrumb-item class="hear-nav">课程详情</el-breadcrumb-item>
|
||||
</el-breadcrumb>
|
||||
<div class="coures-title">
|
||||
<div>课程名称 标准化异常处理流程</div>
|
||||
<span>课程简介通俗易懂的入门课程!</span>
|
||||
<h6>评分5.0分</h6>
|
||||
<div>{{courseInfo.name}}</div>
|
||||
<!-- <span>{{courseInfo.summary}}</span> -->
|
||||
<h6>评分{{toScore(courseInfo.score)}}分</h6>
|
||||
</div>
|
||||
</div>
|
||||
<div class="coures-content">
|
||||
@@ -104,12 +104,12 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="padding-left:5px;margin: 24px 0px;background-color: #FFFFFF;" class="info">
|
||||
<div style="margin: 24px 0px;background-color: #FFFFFF;" class="info">
|
||||
<div class="coure-tab">
|
||||
<div @click="coutab" :class="courestab == true? 'coureactive' : ''">课程评论<span class=""></span> </div>
|
||||
<div @click="coutab" :class="courestab == false? 'coureactive' : ''">课程笔记<span class=""></span> </div>
|
||||
</div>
|
||||
<div v-if="courestab" class="coures-comments">
|
||||
<div v-if="courestab" class="coures-comments" style="margin-left:17px">
|
||||
<comments v-if="courseInfo.id && courseInfo.id != ''" :obj-type="1" :obj-id="courseInfo.id" :toUsers="toUsers"></comments>
|
||||
</div>
|
||||
<div v-else class="coures-note">
|
||||
@@ -304,7 +304,7 @@ export default {
|
||||
// 笔记功能
|
||||
|
||||
videoLocation() {// 记录笔记视频位置
|
||||
this.$store.dispatch("SetIntTimeNote", 1);
|
||||
this.$store.dispatch("SetIntTimeNote", this.intTimeNote);
|
||||
},
|
||||
coutab(){
|
||||
this.courestab = !this.courestab;
|
||||
@@ -1069,7 +1069,7 @@ export default {
|
||||
display: flex;
|
||||
width: 300px;
|
||||
padding-top: 30px;
|
||||
margin-left: 55px;
|
||||
margin-left: 47px;
|
||||
div{
|
||||
flex: 1;
|
||||
color: #666666;
|
||||
@@ -1439,9 +1439,9 @@ export default {
|
||||
padding: 10px 0px;
|
||||
.teacher-avator {
|
||||
::v-deep .el-avatar {
|
||||
width: 68px !important;
|
||||
height: 68px !important;
|
||||
border-radius: 0px;
|
||||
width: 60px !important;
|
||||
height: 60px !important;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.teacher-text {
|
||||
width: 68px;
|
||||
@@ -1475,7 +1475,7 @@ export default {
|
||||
}
|
||||
.teachers {
|
||||
background-color: #fff;
|
||||
padding: 5px 15px 5px 10px;
|
||||
padding: 36px;
|
||||
margin-top: 0;
|
||||
.top {
|
||||
font-size: 16px;
|
||||
|
||||
Reference in New Issue
Block a user