mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 12:26:44 +08:00
首页弹出窗口的居上的控制,去掉了 前端生成pdf的插件
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
<el-dialog
|
||||
:close-on-click-modal="false"
|
||||
:visible.sync="interestCollection"
|
||||
:append-to-body="true" @close="closeDialog" custom-class="hobby-dialog">
|
||||
<div style="margin-top:10px;min-width: 770px;max-width:950px;">
|
||||
:append-to-body="true" top="7vh" @close="closeDialog" custom-class="hobby-dialog">
|
||||
<div style="margin-top:0px;min-width: 770px;max-width:950px;">
|
||||
<div class="interest_title">
|
||||
<span class="text_84">请选择您的</span>
|
||||
<span class="text_85">学习兴趣</span>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
</swiper>
|
||||
</div>
|
||||
<div class="personal-panel">
|
||||
<div class="personal-img">
|
||||
<div class="personal-img">
|
||||
<author-img width="68px" height="68px" :avatar="userInfo.avatar" :aid="userInfo.aid" :noJump="false" :sex="userInfo.sex"></author-img>
|
||||
|
||||
<!-- {{ userInfo.avatar }} -->
|
||||
@@ -124,7 +124,7 @@
|
||||
<span class="study-num" >{{formatNum(course.studys)}}人学习</span>
|
||||
</div>
|
||||
<div style="display: flex;">
|
||||
|
||||
|
||||
<div v-if="course.score">
|
||||
<span class="course-score-value" style="margin-left:10px">{{ toScore(course.score) }}分</span>
|
||||
</div>
|
||||
@@ -571,7 +571,7 @@
|
||||
//检查引导页
|
||||
this.checkAndShowGuide();
|
||||
}
|
||||
|
||||
//this.$refs.userCollection.show();
|
||||
},
|
||||
computed: {
|
||||
...mapGetters(['userInfo','studyTaskCount']),
|
||||
|
||||
Reference in New Issue
Block a user