修正一下加载tag的load
This commit is contained in:
parent
671b01efd0
commit
a64cbdb63f
|
|
@ -10,10 +10,8 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<table class="ui celled table" ng-if="bookmarkCount > 0" style="margin-top:-14px;">
|
||||
<div class="ui inverted dimmer" ng-class="{active:loadBookmarks, disabled: !loadBookmarks}">
|
||||
<div class="ui huge text loader">正在加载中...</div>
|
||||
</div>
|
||||
<div class="ui huge text centered inline loader" ng-class="{active:loadBookmarks, disabled: !loadBookmarks}"> 正在加载中...</div>
|
||||
<table class="ui celled table" ng-if="bookmarkCount > 0" style="margin-top:-14px;" ng-show="!loadBookmarks">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>标题</th>
|
||||
|
|
|
|||
Loading…
Reference in New Issue