mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
修改
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>
|
<p class="personal-info">{{cutOrgNamePath(userInfo.departFullName)}}</p>
|
||||||
<a href="uc/study/task">
|
<a href="uc/study/task">
|
||||||
<div class="personal-box">
|
<div class="personal-box" style="margin-bottom:10px">
|
||||||
<span>学习任务</span>
|
<span>学习任务</span>
|
||||||
<span v-if="studyTaskCount == 0" style="display:flex;">
|
<span v-if="studyTaskCount == 0" style="display:flex;">
|
||||||
暂无任务
|
暂无任务
|
||||||
@@ -52,7 +52,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<div class="last-study-info">
|
<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" >
|
<router-link :to="'/course/studyindex?id='+lastStudy.courseId" >
|
||||||
<img class="Recent" :src="`${webBaseUrl}/images/Recent.png`" alt="">
|
<img class="Recent" :src="`${webBaseUrl}/images/Recent.png`" alt="">
|
||||||
最近学习: {{lastStudy.courseName}}
|
最近学习: {{lastStudy.courseName}}
|
||||||
@@ -66,7 +66,7 @@
|
|||||||
<li>
|
<li>
|
||||||
<router-link to="/user/ranking">
|
<router-link to="/user/ranking">
|
||||||
<span class="label">累计学习</span>
|
<span class="label">累计学习</span>
|
||||||
<p><span>{{userData.totalStudyHour}}</span>h</p>
|
<p><span>{{userData.totalStudyHour}}</span>小时</p>
|
||||||
</router-link>
|
</router-link>
|
||||||
</li>
|
</li>
|
||||||
<!-- <li>
|
<!-- <li>
|
||||||
@@ -1232,7 +1232,7 @@
|
|||||||
right: 8%;
|
right: 8%;
|
||||||
top: 105px;
|
top: 105px;
|
||||||
// background: url('/images/homeWu/personal-bgimg.png');
|
// background: url('/images/homeWu/personal-bgimg.png');
|
||||||
background: rgba($color: #fff, $alpha: 0.85);
|
background: rgba($color: #fff, $alpha: 0.46);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
|
|||||||
Reference in New Issue
Block a user