mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
添加个性签名
This commit is contained in:
@@ -22,8 +22,9 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div style="height:58px;padding-top:18px ">
|
||||
<div style="height:58px;padding-top:18px;display:flex">
|
||||
<author :avatar="item.authorInfo.avatar" :name="item.authorInfo.name" :info="item.authorInfo.orgInfo" :sex="item.authorInfo.sex" :aid="item.authorInfo.aid"></author>
|
||||
<div class="sign-text">{{ item.authorInfo.sign }}</div>
|
||||
</div>
|
||||
<div class="keyword-text clearfix">
|
||||
<div style="color:#2974D6;font-weight: 450;" v-if="item.orgDomain">{{ orgDomainTranslate(item.info.orgDomain) }}</div>
|
||||
@@ -66,7 +67,7 @@
|
||||
components: {
|
||||
interactBar,
|
||||
// timeShow,
|
||||
author
|
||||
author
|
||||
},
|
||||
computed: {
|
||||
...mapGetters(['userInfo','majorTypeMap','orgDomainMap']),
|
||||
@@ -91,6 +92,7 @@
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
|
||||
},
|
||||
methods:{
|
||||
emitHide(id) {
|
||||
@@ -119,6 +121,12 @@
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.sign-text{
|
||||
color: #666666;
|
||||
font-size: 14px;
|
||||
line-height: 35px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
.clearfix:after{
|
||||
content: "020";
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user