This commit is contained in:
jxxghp
2023-10-13 22:37:04 +08:00
parent 539bc656f8
commit 2c73a8f3e1
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ async function deleteItem(item: FileItem) {
dialogProps: { dialogProps: {
maxWidth: '50rem', maxWidth: '50rem',
}, },
confirmationButtonProps: { cancellationButtonProps: {
variant: 'tonal', variant: 'tonal',
}, },
}) })
+1
View File
@@ -171,6 +171,7 @@ const sortIcon = computed(() => {
<VBtn <VBtn
:disabled="!newFolderName" :disabled="!newFolderName"
depressed depressed
variant="tonal"
@click="mkdir" @click="mkdir"
> >
新建 新建