mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
Merge branch 'stat' of https://codeup.aliyun.com/6265f483e4166464dc2f9c14/boeu/portal into stat
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 976 B After Width: | Height: | Size: 855 B |
@@ -37,7 +37,7 @@
|
||||
|
||||
<p class="personal-info">{{cutOrgNamePath(userInfo.departFullName)}}</p>
|
||||
<a href="uc/study/task">
|
||||
<div class="personal-box">
|
||||
<div class="personal-box" style="margin-bottom:10px">
|
||||
<span>学习任务</span>
|
||||
<span v-if="studyTaskCount == 0" style="display:flex;">
|
||||
暂无任务
|
||||
@@ -52,7 +52,7 @@
|
||||
</div>
|
||||
</a>
|
||||
<div class="last-study-info">
|
||||
<div class="one-line-ellipsis" style="color: #387DF7;font-size: 16px;">
|
||||
<div class="one-line-ellipsis" style="color: #333;font-size: 16px;">
|
||||
<router-link :to="'/course/studyindex?id='+lastStudy.courseId" >
|
||||
<img class="Recent" :src="`${webBaseUrl}/images/Recent.png`" alt="">
|
||||
最近学习: {{lastStudy.courseName}}
|
||||
@@ -66,7 +66,7 @@
|
||||
<li>
|
||||
<router-link to="/user/ranking">
|
||||
<span class="label">累计学习</span>
|
||||
<p><span>{{userData.totalStudyHour}}</span>h</p>
|
||||
<p><span>{{userData.totalStudyHour}}</span>小时</p>
|
||||
</router-link>
|
||||
</li>
|
||||
<!-- <li>
|
||||
@@ -1232,7 +1232,7 @@
|
||||
right: 8%;
|
||||
top: 105px;
|
||||
// background: url('/images/homeWu/personal-bgimg.png');
|
||||
background: rgba($color: #fff, $alpha: 0.85);
|
||||
background: rgba($color: #fff, $alpha: 0.46);
|
||||
border-radius: 8px;
|
||||
z-index: 999;
|
||||
backdrop-filter: blur(10px);
|
||||
|
||||
Reference in New Issue
Block a user