mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 02:46:44 +08:00
调整首页样式
This commit is contained in:
@@ -331,11 +331,15 @@
|
||||
</a>
|
||||
<div class="article-bottom">
|
||||
<div style="display:flex">
|
||||
<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>
|
||||
<interactBar :type="2" :readonly="true" :data="article" :views="false" :shares="false"></interactBar>
|
||||
<div>
|
||||
<author-img height="32px" width="32px" :avatar="article.authorInfo.avatar" :aid="article.authorInfo.aid" :sex="article.authorInfo.sex"></author-img>
|
||||
</div>
|
||||
<div>
|
||||
<span style="color: #6E7B84;font-size: 14px;margin:6px 13px 0 10px;">{{article.authorInfo.name}}</span>
|
||||
</div>
|
||||
<div style="padding-top: 0px;">
|
||||
<interactBar :type="2" :readonly="true" :data="article" :views="false" :shares="false"></interactBar>
|
||||
</div>
|
||||
</div>
|
||||
<div><span class="article-info-time">{{ article.sysCreateTime.substring(0, 10) }}</span></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user