Поправки
This commit is contained in:
@@ -54,6 +54,11 @@
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div v-if="!item.showAllBooks && isExpandedSeries(item) && item.books && !item.books.length" class="book-row row items-center">
|
||||||
|
<q-icon class="la la-meh q-mr-xs" size="24px" />
|
||||||
|
По каждому из заданных критериев у этой серии были найдены разные книги, но нет полного совпадения
|
||||||
|
</div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
v-if="item.allBooksLoaded && item.allBooksLoaded.length != item.booksLoaded.length"
|
v-if="item.allBooksLoaded && item.allBooksLoaded.length != item.booksLoaded.length"
|
||||||
class="row items-center q-my-sm"
|
class="row items-center q-my-sm"
|
||||||
@@ -80,11 +85,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-if="isExpandedSeries(item) && item.books && !item.books.length" class="book-row row items-center">
|
|
||||||
<q-icon class="la la-meh q-mr-xs" size="24px" />
|
|
||||||
По каждому из заданных критериев у этой серии были найдены разные книги, но нет полного совпадения
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div v-if="isExpandedSeries(item) && item.showMore" class="row items-center book-row q-mb-sm">
|
<div v-if="isExpandedSeries(item) && item.showMore" class="row items-center book-row q-mb-sm">
|
||||||
<i class="las la-ellipsis-h text-blue-10" style="font-size: 40px"></i>
|
<i class="las la-ellipsis-h text-blue-10" style="font-size: 40px"></i>
|
||||||
<q-btn class="q-ml-md" color="primary" style="width: 200px" dense rounded no-caps @click="showMore(item)">
|
<q-btn class="q-ml-md" color="primary" style="width: 200px" dense rounded no-caps @click="showMore(item)">
|
||||||
|
|||||||
Reference in New Issue
Block a user