mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
fix
This commit is contained in:
+2
-1
@@ -24,5 +24,6 @@
|
|||||||
"liberty/use-logical-spec": true,
|
"liberty/use-logical-spec": true,
|
||||||
"selector-class-pattern": null,
|
"selector-class-pattern": null,
|
||||||
"color-function-notation": null
|
"color-function-notation": null
|
||||||
}
|
},
|
||||||
|
"fix": true
|
||||||
}
|
}
|
||||||
@@ -243,7 +243,17 @@ onBeforeMount(() => {
|
|||||||
error-description="点击右下角按钮,前往插件市场安装插件。"
|
error-description="点击右下角按钮,前往插件市场安装插件。"
|
||||||
/>
|
/>
|
||||||
<!-- App市场 -->
|
<!-- App市场 -->
|
||||||
|
<VFab
|
||||||
|
icon="mdi-store-plus"
|
||||||
|
location="bottom end"
|
||||||
|
size="x-large"
|
||||||
|
fixed
|
||||||
|
app
|
||||||
|
appear
|
||||||
|
@click="PluginAppDialog = true"
|
||||||
|
/>
|
||||||
<VDialog
|
<VDialog
|
||||||
|
v-if="PluginAppDialog"
|
||||||
v-model="PluginAppDialog"
|
v-model="PluginAppDialog"
|
||||||
fullscreen
|
fullscreen
|
||||||
scrollable
|
scrollable
|
||||||
@@ -251,19 +261,6 @@ onBeforeMount(() => {
|
|||||||
:z-index="1010"
|
:z-index="1010"
|
||||||
transition="dialog-bottom-transition"
|
transition="dialog-bottom-transition"
|
||||||
>
|
>
|
||||||
<!-- Dialog Activator -->
|
|
||||||
<template #activator="{ props }">
|
|
||||||
<VFab
|
|
||||||
v-bind="props"
|
|
||||||
icon="mdi-store-plus"
|
|
||||||
location="bottom end"
|
|
||||||
size="x-large"
|
|
||||||
fixed
|
|
||||||
app
|
|
||||||
appear
|
|
||||||
/>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<!-- Dialog Content -->
|
<!-- Dialog Content -->
|
||||||
<VCard>
|
<VCard>
|
||||||
<!-- Toolbar -->
|
<!-- Toolbar -->
|
||||||
@@ -318,27 +315,25 @@ onBeforeMount(() => {
|
|||||||
</VDialog>
|
</VDialog>
|
||||||
|
|
||||||
<!-- 插件搜索 -->
|
<!-- 插件搜索 -->
|
||||||
|
<VFab
|
||||||
|
icon="mdi-magnify"
|
||||||
|
color="info"
|
||||||
|
location="bottom end"
|
||||||
|
class="mb-2"
|
||||||
|
size="x-large"
|
||||||
|
fixed
|
||||||
|
app
|
||||||
|
appear
|
||||||
|
@click="SearchDialog = true"
|
||||||
|
/>
|
||||||
<VDialog
|
<VDialog
|
||||||
|
v-if="SearchDialog"
|
||||||
v-model="SearchDialog"
|
v-model="SearchDialog"
|
||||||
scrollable
|
scrollable
|
||||||
:z-index="1010"
|
:z-index="1010"
|
||||||
max-width="40rem"
|
max-width="40rem"
|
||||||
max-height="85vh"
|
max-height="85vh"
|
||||||
>
|
>
|
||||||
<!-- Dialog Activator -->
|
|
||||||
<template #activator="{ props }">
|
|
||||||
<VFab
|
|
||||||
v-bind="props"
|
|
||||||
icon="mdi-magnify"
|
|
||||||
color="info"
|
|
||||||
location="bottom end"
|
|
||||||
class="mb-2"
|
|
||||||
size="x-large"
|
|
||||||
fixed
|
|
||||||
app
|
|
||||||
appear
|
|
||||||
/>
|
|
||||||
</template>
|
|
||||||
<VCard
|
<VCard
|
||||||
class="mx-auto"
|
class="mx-auto"
|
||||||
width="100%"
|
width="100%"
|
||||||
|
|||||||
Reference in New Issue
Block a user