Skip to content

Commit

Permalink
修改站点统计样式
Browse files Browse the repository at this point in the history
  • Loading branch information
yeyeck committed Dec 1, 2020
1 parent 636f42c commit 37cc943
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/Friends.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
</q-avatar>
</div>
<q-card-actions align="around">
<q-btn flat color="grey">文章({{statistics.totalArticles}})</q-btn>
<q-btn flat color="grey">浏览量({{statistics.totalViews}})</q-btn>
<q-btn flat color="grey">评论量({{statistics.totalComments}})</q-btn>
<q-btn flat color="grey" dense size="sm">文章({{statistics.totalArticles}})</q-btn>
<q-btn flat color="grey" dense size="sm">浏览量({{statistics.totalViews}})</q-btn>
<q-btn flat color="grey" dense size="sm">评论量({{statistics.totalComments}})</q-btn>
</q-card-actions>
<!-- <q-btn-group flat spread class="q-pb-md">
<q-btn icon="ion-logo-github"/>
Expand Down

0 comments on commit 37cc943

Please sign in to comment.