forked from Gitlink/forgeplus-react
Change List Count
This commit is contained in:
parent
c00933b0ca
commit
67ccc2ebe5
|
@ -66,7 +66,7 @@ export default ({ memos , current_user , calbackFunc , confirm }) => {
|
|||
<span>
|
||||
<span class="icon-wrap">
|
||||
<i class="iconfont icon-zhengyan font-18"></i>
|
||||
<span class="span-text">{item.replies_count}</span>
|
||||
<span class="span-text">{item.viewed_count}</span>
|
||||
</span>
|
||||
<span class="icon-wrap">
|
||||
<i class="iconfont icon-dianzan2 font-14"></i>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
color: #ccc;
|
||||
}
|
||||
}
|
||||
& > a:last-child {
|
||||
& > a:last-child {w
|
||||
border-bottom: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue