mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-07 06:33:33 +08:00
优化对话框组件的样式和属性设置
This commit is contained in:
@@ -99,7 +99,7 @@ onMounted(() => {
|
||||
})
|
||||
</script>
|
||||
<template>
|
||||
<VDialog max-width="80rem" scrollable z-index="1010" :fullscreen="!display.mdAndUp.value">
|
||||
<VDialog max-width="80rem" scrollable :fullscreen="!display.mdAndUp.value">
|
||||
<VCard :title="`浏览 - ${props.site?.name}`">
|
||||
<DialogCloseBtn @click="emit('close')" />
|
||||
<VDivider />
|
||||
|
||||
Reference in New Issue
Block a user