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:
@@ -869,7 +869,6 @@
|
||||
}
|
||||
}
|
||||
.boe-qa-index{
|
||||
|
||||
height: 276px;
|
||||
margin-right: 36px;
|
||||
padding: 30px;
|
||||
@@ -916,6 +915,29 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.article-other-info{
|
||||
div{
|
||||
.el-avatar{
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
img{
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.item-author{
|
||||
div{
|
||||
.el-avatar{
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
img{
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.boe-article-index{
|
||||
padding: 30px;
|
||||
margin-right: 20px;
|
||||
@@ -977,8 +999,8 @@
|
||||
height: 34px;
|
||||
}
|
||||
.el-avatar{
|
||||
width: 34px;
|
||||
height: 34px;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
img{
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="item-author">
|
||||
<div style="width:28px;height:28px;" @click="toHome()">
|
||||
<div @click="toHome()">
|
||||
<!-- <el-avatar shape="square" size="small" :src="userAvatar" v-if="userAvatar"></el-avatar> -->
|
||||
<!-- <div v-else class="uavatar"><span class="uavatar-text">{{avatarText}}</span></div> -->
|
||||
<el-avatar shape="circle" size="small" :src="userAvatar" v-if="userAvatar"></el-avatar>
|
||||
|
||||
@@ -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>
|
||||
@@ -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