Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
style: improve lost page style
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Oct 14, 2020
1 parent e29b55f commit ca6466f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/pages/article/components/list/list.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
<div class="pull-left">
<div class="input-group">
<div class="input-group-prepend">
<button class="btn btn-default">{{ currentListTotal }} 篇</button>
<button class="btn btn-default">
<strong>{{ currentListTotal }} 篇</strong>
</button>
</div>
<select
class="form-control"
Expand Down

0 comments on commit ca6466f

Please sign in to comment.