Доработка отображения всех книг серии

This commit is contained in:
Book Pauk
2022-10-11 02:02:19 +07:00
parent 58f2483b97
commit 295091d99a
2 changed files with 35 additions and 9 deletions

View File

@@ -33,7 +33,7 @@
<div class="q-ml-sm clickable2" @click="selectTitle">
{{ book.serno ? `${book.serno}. ` : '' }}
<span class="text-blue-10">{{ bookTitle }}</span>
<span :class="titleColor">{{ bookTitle }}</span>
</div>
</div>
@@ -82,6 +82,7 @@ class BookView {
book: Object,
genreTree: Array,
showAuthor: Boolean,
titleColor: { type: String, default: 'text-blue-10'},
};
showRate = true;