mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-09 23:16:18 +08:00
收藏的样式调整
This commit is contained in:
parent
3cd46df1d7
commit
faa83ca7f0
@ -13,13 +13,13 @@
|
|||||||
<q-tabs v-model="currentTag" vertical outside-arrows class="text-primary">
|
<q-tabs v-model="currentTag" vertical outside-arrows class="text-primary">
|
||||||
<!-- 所有标签 -->
|
<!-- 所有标签 -->
|
||||||
<q-tab
|
<q-tab
|
||||||
:alert="activatedQuickPanels.includes(tag)"
|
|
||||||
alert-icon="star"
|
|
||||||
v-for="tag in allQuickCommandTags"
|
v-for="tag in allQuickCommandTags"
|
||||||
:key="tag"
|
:key="tag"
|
||||||
:name="tag"
|
:name="tag"
|
||||||
:content-class="
|
:content-class="
|
||||||
tag === '搜索结果' ? 'text-blue-9 text-weight-bold' : ''
|
tag === '搜索结果' || activatedQuickPanels.includes(tag)
|
||||||
|
? 'text-indigo-10 text-weight-bolder'
|
||||||
|
: ''
|
||||||
"
|
"
|
||||||
v-show="!(tag === '搜索结果' && commandSearchKeyword?.length < 2)"
|
v-show="!(tag === '搜索结果' && commandSearchKeyword?.length < 2)"
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user