mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
fix ui
This commit is contained in:
@@ -158,7 +158,7 @@ async function deleteItem(item: FileItem) {
|
|||||||
dialogProps: {
|
dialogProps: {
|
||||||
maxWidth: '50rem',
|
maxWidth: '50rem',
|
||||||
},
|
},
|
||||||
confirmationButtonProps: {
|
cancellationButtonProps: {
|
||||||
variant: 'tonal',
|
variant: 'tonal',
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -171,6 +171,7 @@ const sortIcon = computed(() => {
|
|||||||
<VBtn
|
<VBtn
|
||||||
:disabled="!newFolderName"
|
:disabled="!newFolderName"
|
||||||
depressed
|
depressed
|
||||||
|
variant="tonal"
|
||||||
@click="mkdir"
|
@click="mkdir"
|
||||||
>
|
>
|
||||||
新建
|
新建
|
||||||
|
|||||||
Reference in New Issue
Block a user