mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-04 23:18:44 +08:00
fix plugin form
This commit is contained in:
@@ -202,8 +202,10 @@ const dropdownItems = ref([
|
|||||||
v-model="pluginConfigDialog"
|
v-model="pluginConfigDialog"
|
||||||
max-width="800"
|
max-width="800"
|
||||||
scrollable
|
scrollable
|
||||||
|
persistent
|
||||||
>
|
>
|
||||||
<VCard :title="`插件 - ${props.plugin?.plugin_name}`">
|
<VCard :title="`插件 - ${props.plugin?.plugin_name}`">
|
||||||
|
<DialogCloseBtn @click="pluginConfigDialog = false" />
|
||||||
<VCardText>
|
<VCardText>
|
||||||
<FormRender v-for="(item, index) in pluginFormItems" :key="index" :config="item" :form="pluginConfigForm" />
|
<FormRender v-for="(item, index) in pluginFormItems" :key="index" :config="item" :form="pluginConfigForm" />
|
||||||
</VCardText>
|
</VCardText>
|
||||||
@@ -224,8 +226,10 @@ const dropdownItems = ref([
|
|||||||
v-model="pluginInfoDialog"
|
v-model="pluginInfoDialog"
|
||||||
max-width="1000"
|
max-width="1000"
|
||||||
scrollable
|
scrollable
|
||||||
|
persistent
|
||||||
>
|
>
|
||||||
<VCard :title="`插件 - ${props.plugin?.plugin_name}`">
|
<VCard :title="`插件 - ${props.plugin?.plugin_name}`">
|
||||||
|
<DialogCloseBtn @click="pluginInfoDialog = false" />
|
||||||
<VCardText />
|
<VCardText />
|
||||||
<VCardActions>
|
<VCardActions>
|
||||||
<VSpacer />
|
<VSpacer />
|
||||||
|
|||||||
Reference in New Issue
Block a user