更新间距
This commit is contained in:
parent
1677d60b51
commit
9f462bfed1
|
|
@ -50,7 +50,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="ui huge text centered inline loader" style="margin: 10px 0px" ng-class="{active:loading, disabled: !loading}">正在加载中...</div>
|
||||
<table class="ui selectable sortable celled table js-tags-table" ng-if="showMode=='table'" style="margin-top: -15px" ng-show="!loading && !editMode">
|
||||
<table class="ui selectable sortable celled table js-tags-table" ng-if="showMode=='table'" style="margin-top: -13px" ng-show="!loading && !editMode">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="forbid_sorted">标题</th>
|
||||
|
|
@ -96,7 +96,7 @@
|
|||
</tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
<div class="ui segment js-tag-costomTag" ng-if="showMode=='item'" style="margin-top: -15px" ng-show="!loading && !editMode">
|
||||
<div class="ui segment js-tag-costomTag" ng-if="showMode=='item'" style="margin-top: -13px" ng-show="!loading && !editMode">
|
||||
<div class="ui five column grid">
|
||||
<div ng-repeat="bookmark in bookmarks" class="column js-costomTag-item" ng-class="{bookmarkNormalHover:bookmarkNormalHover, bookmark:(!bookmarkNormalHover)}" ng-mouseover="bookmarkNormalHover=true; setHoverBookmark(bookmark)" ng-mouseleave="bookmarkNormalHover=false; setHoverBookmark(null)" ng-click="jumpToUrl(bookmark.url, bookmark.id)" title="{{ bookmark.title }}" id="{{bookmark.id}}">
|
||||
<img class="ui ui middle aligned tiny image bookmarkInfo" ng-src="https://favicon.lucq.fun/?url={{bookmark.url}}" err-src="./images/default.ico" style="width: 16px; height: 16px" ng-click="detailBookmark(bookmark);$event.stopPropagation()" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue