mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 15:36:49 +08:00
移除WorkflowActionsDialog组件中的VSpacer元素
This commit is contained in:
@@ -207,7 +207,6 @@ const isMacOS = computed(() => {
|
|||||||
</VBtn>
|
</VBtn>
|
||||||
</VToolbarItems>
|
</VToolbarItems>
|
||||||
<VToolbarTitle> {{ t('dialog.workflowActions.title') }} - {{ workflow?.name }} </VToolbarTitle>
|
<VToolbarTitle> {{ t('dialog.workflowActions.title') }} - {{ workflow?.name }} </VToolbarTitle>
|
||||||
<VSpacer></VSpacer>
|
|
||||||
<VToolbarItems>
|
<VToolbarItems>
|
||||||
<VBtn icon variant="text" @click="importCodeDialog = true" class="ms-2">
|
<VBtn icon variant="text" @click="importCodeDialog = true" class="ms-2">
|
||||||
<VIcon size="24" color="white" icon="mdi-import" />
|
<VIcon size="24" color="white" icon="mdi-import" />
|
||||||
|
|||||||
Reference in New Issue
Block a user