refactor: search

This commit is contained in:
qier222 2021-01-31 00:51:32 +08:00
parent 2393b10fe5
commit 6a64e73a2c
10 changed files with 565 additions and 370 deletions

View file

@ -15,7 +15,7 @@
}}
</span>
</div>
<div class="title">
<div class="title" :style="{ fontSize: subTextFontSize }">
<span class="explicit-symbol" v-if="isExplicit(item)"
><ExplicitSymbol
/></span>
@ -46,6 +46,7 @@ export default {
items: { type: Array, required: true },
type: { type: String, required: true },
subText: { type: String, default: "null" },
subTextFontSize: { type: String, default: "16px" },
showPlayCount: { type: Boolean, default: false },
columnNumber: { type: Number, default: 5 },
gap: { type: String, default: "44px 24px" },