mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-18 16:27:36 +08:00
px => rem
This commit is contained in:
@@ -462,7 +462,7 @@ const getImgUrl: Ref<string> = computed(() => {
|
||||
</VHover>
|
||||
<VDialog
|
||||
v-model="subscribeSeasonDialog"
|
||||
max-width="600"
|
||||
max-width="50rem"
|
||||
content-class="whitespace-nowrap"
|
||||
scrollable
|
||||
>
|
||||
|
||||
@@ -389,7 +389,7 @@ onMounted(() => {
|
||||
<!-- 更新站点Cookie & UA弹窗 -->
|
||||
<VDialog
|
||||
v-model="siteCookieDialog"
|
||||
max-width="600"
|
||||
max-width="50rem"
|
||||
>
|
||||
<!-- Dialog Content -->
|
||||
<VCard title="更新站点Cookie & UA">
|
||||
|
||||
@@ -62,7 +62,7 @@ async function handleAddDownload(_site: any = undefined,
|
||||
confirmationText: '确认',
|
||||
cancellationText: '取消',
|
||||
dialogProps: {
|
||||
maxWidth: 600,
|
||||
maxWidth: '50rem',
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user