mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-20 00:06:45 +08:00
文章案例头像大小一致
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<p class="personal-info">{{cutOrgNamePath(userInfo.departFullName)}}</p>
|
||||
<a href="uc/study/task">
|
||||
<div class="personal-box">
|
||||
<span>代办</span>
|
||||
<span>待办</span>
|
||||
<span>{{studyTaskCount? studyTaskCount:0 }} 个待处理 <img :src="`${webBaseUrl}/images/homeWu/Pending.png`" alt=""> </span>
|
||||
<img class="personal-box-img" :src="`${webBaseUrl}/images/homeWu/agency.png`" alt="" srcset="">
|
||||
</div>
|
||||
@@ -194,7 +194,7 @@
|
||||
<div class="case-inter">
|
||||
<div class="case-inter-box">
|
||||
<div class="case-inter-left">
|
||||
<authorInfo :avatar="ca.authorInfo.avatar" :info="ca.authorInfo.orgInfo" :name="ca.authorInfo.name" :sex="ca.authorInfo.sex" :aid="userInfo.aid"></authorInfo>
|
||||
<authorInfo :avatar="ca.authorInfo.avatar" :info="ca.authorInfo.orgInfo" :name="ca.authorInfo.name" :sex="ca.authorInfo.sex" :aid="userInfo.aid"></authorInfo>
|
||||
</div>
|
||||
<div class="interact-bar-index"
|
||||
style="font-size: 12px;color: #6E7B84;display: flex;line-height: 30px;">
|
||||
@@ -246,7 +246,7 @@
|
||||
<article-image height="100%" width="100%" :article="articleList.first"></article-image>
|
||||
</div>
|
||||
<div class="article-info">
|
||||
<div class="article-info-title " style="margin-top:10px">
|
||||
<div class="article-info-title " style="margin-top:10px">
|
||||
<div class="one-line-ellipsis">
|
||||
<span
|
||||
style="font-weight: 600;font-size: 16px;word-break:break-all;color: #00253E;">{{ articleList.first.title }}</span>
|
||||
@@ -267,7 +267,7 @@
|
||||
</div>
|
||||
<div class="article-other-info" style="margin-top:17px">
|
||||
<div>
|
||||
<author-img :avatar="articleList.first.authorInfo.avatar" :aid="articleList.first.authorInfo.aid"
|
||||
<author-img height="32px" width="32px" :avatar="articleList.first.authorInfo.avatar" :aid="articleList.first.authorInfo.aid"
|
||||
:sex="articleList.first.authorInfo.sex"></author-img>
|
||||
</div>
|
||||
<div style="margin-top:5px">
|
||||
@@ -295,7 +295,7 @@
|
||||
</a>
|
||||
<div class="article-bottom">
|
||||
<div style="display:flex">
|
||||
<author-img :avatar="article.authorInfo.avatar" :aid="article.authorInfo.aid"
|
||||
<author-img height="32px" width="32px" :avatar="article.authorInfo.avatar" :aid="article.authorInfo.aid"
|
||||
:sex="article.authorInfo.sex"></author-img>
|
||||
<span
|
||||
style="color: #6E7B84;font-size: 14px;margin:6px 13px 0 10px;">{{article.authorInfo.name}}</span>
|
||||
@@ -1836,10 +1836,7 @@
|
||||
}
|
||||
|
||||
.article-other-info {
|
||||
// height: 40px;
|
||||
// margin-top: 10px;
|
||||
display: flex;
|
||||
// justify-content: space-between;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user