mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-19 23:29:52 +08:00
实时日志弹窗小屏时全屏
This commit is contained in:
@@ -276,8 +276,9 @@ onMounted(() => {
|
||||
<VDialog
|
||||
v-if="loggingDialog"
|
||||
v-model="loggingDialog"
|
||||
class="w-full lg:w-4/5"
|
||||
scrollable
|
||||
max-width="70rem"
|
||||
:fullscreen="displayWidth < (70 * 16)"
|
||||
>
|
||||
<VCard>
|
||||
<DialogCloseBtn @click="loggingDialog = false" />
|
||||
|
||||
Reference in New Issue
Block a user