px => rem

This commit is contained in:
jxxghp
2023-09-03 22:36:48 +08:00
parent 7058472784
commit 2bc616ebbb
11 changed files with 20 additions and 20 deletions

View File

@@ -151,7 +151,7 @@ async function deleteItem(item: FileItem) {
confirmationText: '确认',
cancellationText: '取消',
dialogProps: {
maxWidth: 600,
maxWidth: '50rem',
},
})
@@ -571,7 +571,7 @@ onMounted(() => {
<!-- 重命名弹窗 -->
<VDialog
v-model="renamePopper"
max-width="600"
max-width="50rem"
>
<template #activator="{ props }">
<IconBtn title="重命名" v-bind="props">

View File

@@ -128,7 +128,7 @@ async function mkdir() {
</IconBtn>
<VDialog
v-model="newFolderPopper"
max-width="600"
max-width="50rem"
>
<template #activator="{ props }">
<IconBtn title="新建文件夹" v-bind="props">