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:
@@ -26,8 +26,11 @@
|
||||
<p class="personal-info">{{cutOrgNamePath(userInfo.departFullName)}}</p>
|
||||
<a href="uc/study/task">
|
||||
<div class="personal-box">
|
||||
<span>待办</span>
|
||||
<span>{{studyTaskCount? studyTaskCount:0 }} 个待处理 <img :src="`${webBaseUrl}/images/homeWu/Pending.png`" alt=""> </span>
|
||||
<span>待 办</span>
|
||||
<span style="display:flex;">{{studyTaskCount? studyTaskCount:0 }} 个待处理
|
||||
<div class="tobe-icon">
|
||||
<img :src="`${webBaseUrl}/images/homeWu/Pending.png`" alt=""> </div>
|
||||
</span>
|
||||
<img class="personal-box-img" :src="`${webBaseUrl}/images/homeWu/agency.png`" alt="" srcset="">
|
||||
</div>
|
||||
</a>
|
||||
@@ -908,6 +911,12 @@
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.tobe-icon{
|
||||
width: 8px;
|
||||
height: 14px;
|
||||
margin-top: 1.5px;
|
||||
margin-left: 8px;
|
||||
}
|
||||
.grade{
|
||||
width: 70px;
|
||||
height: 30px;
|
||||
|
||||
Reference in New Issue
Block a user