feat(forums): add topic count number css style

This commit is contained in:
OldHawk
2017-07-09 16:29:05 +08:00
parent 1aa5355b38
commit 8a544366d2
2 changed files with 4 additions and 4 deletions

View File

@@ -64,8 +64,8 @@
</p>
</div>
</td>
<td class="text-center xs-hide">{{f.topicCount}}</td>
<td class="text-center xs-hide">{{f.replyCount}}</td>
<td class="text-center xs-hide"><span class="count-number">{{f.topicCount}}</span></td>
<td class="text-center xs-hide"><span class="count-number">{{f.replyCount}}</span></td>
<td class="xs-hide sm-hide">
<div ng-if="f.lastTopic">
<div ng-if="f.lastTopic._replies.length > 0"> <!--reply-->

View File

@@ -77,8 +77,8 @@
</p>
</div>
</td>
<td class="text-center xs-hide">{{t.replyCount}}</td>
<td class="text-center xs-hide">{{t.viewCount}}</td>
<td class="text-center xs-hide"><span class="count-number">{{t.replyCount}}</span></td>
<td class="text-center xs-hide"><span class="count-number">{{t.viewCount}}</span></td>
<td class="xs-hide sm-hide">
<div class="small reply-by">
<span translate="FORUMS.FIELDS.REPLY_BY_1"