chore: update file list layout for renaming feature

This commit is contained in:
jxxghp
2024-06-19 13:45:08 +08:00
parent f793654bd8
commit f528bd861a

View File

@@ -550,7 +550,7 @@ onMounted(() => {
<VCol cols="12">
<VTextField v-model="newName" label="新名称" :loading="renameLoading" />
</VCol>
<VCol cols="6" v-if="currentItem && currentItem.type == 'dir'">
<VCol cols="12" md="6" v-if="currentItem && currentItem.type == 'dir'">
<VSwitch v-model="renameAll" label="自动重命名目录内所有媒体文件" />
</VCol>
</VRow>