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:
@@ -12,7 +12,8 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="article-info-tools">
|
||||
<authorInfo :avatar="item.avatar" :name="item.name" :info="item.orgInfo" :sex="item.sex"></authorInfo>
|
||||
<authorInfo :avatar="item.avatar" :name="item.name" :info="item.orgInfo" :sex="item.sex" :sign="item.sign"></authorInfo>
|
||||
<span class="userbq">{{ item.sign }}</span>
|
||||
<!-- <span style="margin-top:2px">发布时间:{{ item.cases.sysCreateTime || item.publishTime | timeFilter }}</span> -->
|
||||
<!-- <span style="margin-top:2px">收藏时间:{{ item.time || item.favoritesTime | timeFilter }}</span> -->
|
||||
<!-- <interactBar :type="0" :data="item.cases" :shares="false" :views="false"></interactBar> -->
|
||||
@@ -66,6 +67,11 @@
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.userbq{
|
||||
font-size: 14px;
|
||||
color: #666666;
|
||||
line-height: 35px;
|
||||
}
|
||||
.case-tit{
|
||||
color: #333333;
|
||||
font-size: 18px;
|
||||
|
||||
Reference in New Issue
Block a user