mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-28 07:05:03 +08:00
自定义背景
This commit is contained in:
@@ -10,12 +10,7 @@
|
||||
zIndex: 1,
|
||||
}"
|
||||
>
|
||||
<q-tabs
|
||||
v-model="currentTag"
|
||||
vertical
|
||||
outside-arrows
|
||||
class="text-primary"
|
||||
>
|
||||
<q-tabs v-model="currentTag" vertical outside-arrows class="text-primary">
|
||||
<!-- 所有标签 -->
|
||||
<q-tab
|
||||
:alert="activatedQuickPanels.includes(tag)"
|
||||
@@ -43,6 +38,11 @@
|
||||
:style="{
|
||||
bottom: footerBarHeight,
|
||||
left: tabBarWidth,
|
||||
background:
|
||||
commandCardStyle === 'mini' && $profile.backgroundImg
|
||||
? 'url(file:///' + $profile.backgroundImg + ')'
|
||||
: 'none',
|
||||
backgroundSize: 'cover',
|
||||
}"
|
||||
v-model="currentTag"
|
||||
transition-prev="slide-down"
|
||||
|
Reference in New Issue
Block a user