Skip to content

Commit

Permalink
💄 themes style optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
dongm2ez committed Oct 15, 2018
1 parent 270b9bc commit f8502c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/admin/themes.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h3 class="panel-title">主题管理</h3>
</div>
<div class="panel-body">
<div class="col-md-3 text-center m-t-10" v-for="item in themes">
<img class="attach-img bx-shadow" :src="'/templates/themes/' + item.name + '/screenshot.png'" width="200" height="200" :title="item.name"/>
<img class="attach-img bx-shadow" :src="'/templates/themes/' + item.name + '/screenshot.png'" width="300" height="200" :title="item.name"/>
<div class="clearfix m-t-10">
主题:<span>{{item.name}}</span> <mark v-if="item.name == '${siteTheme()}'">(当前主题)</mark>
</div>
Expand Down

0 comments on commit f8502c2

Please sign in to comment.