添加个性签名

This commit is contained in:
lmj
2022-10-15 15:01:47 +08:00
parent 5e47c091f8
commit 2a0196985a

View File

@@ -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;