推了一个版本到服务器

This commit is contained in:
luchenqun 2016-11-02 22:46:26 +08:00
parent 7a36826f79
commit de8b327d4d
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
</div>
<div class="fourteen wide column">
<div class="ui grid container">
<div class="two wide column js-navigate-bookmark" style="width:60px" ng-class="{divHover:hoverItem}" ng-mouseover="hoverItem=true" ng-mouseleave="hoverItem=false" ng-repeat="bookmark in tag.bookmarks" ng-click="jumpToUrl(bookmark.url)">
<div class="two wide column js-navigate-bookmark" ng-class="{divHover:hoverItem}" ng-mouseover="hoverItem=true" ng-mouseleave="hoverItem=false" ng-repeat="bookmark in tag.bookmarks" ng-click="jumpToUrl(bookmark.url)" title="{{ bookmark.title }}">
<img class="ui ui middle aligned tiny image" src="http://api.byi.pw/favicon/?url={{ bookmark.url }}" style="width:16px;height:16px">
<span>{{ bookmark.title}}</span>
</div>