mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-08 01:06:41 +08:00
插件数据页面小屏下全屏
This commit is contained in:
@@ -516,6 +516,7 @@ watch(() => props.plugin?.has_update, (newHasUpdate, oldHasUpdate) => {
|
|||||||
v-model="pluginInfoDialog"
|
v-model="pluginInfoDialog"
|
||||||
scrollable
|
scrollable
|
||||||
max-width="80rem"
|
max-width="80rem"
|
||||||
|
:fullscreen="displayWidth < (80 * 16)"
|
||||||
>
|
>
|
||||||
<VCard
|
<VCard
|
||||||
:title="`${props.plugin?.plugin_name}`"
|
:title="`${props.plugin?.plugin_name}`"
|
||||||
|
|||||||
Reference in New Issue
Block a user