Perf: fix memory leak of main page

This commit is contained in:
萌萌哒赫萝 2023-09-10 23:21:39 -07:00
parent 219cbbb253
commit 5392d9e9e7
5 changed files with 7 additions and 0 deletions

View File

@ -3,6 +3,7 @@
v-model="showInputBoxVisible"
:title="inputBoxOptions.title || $T('INPUT')"
:modal-append-to-body="false"
append-to-body
>
<el-input
v-model="inputBoxValue"

View File

@ -165,6 +165,7 @@
:title="$T('SPONSOR_PICLIST')"
width="70%"
top="10vh"
append-to-body
>
{{ $T('PICLIST_SPONSOR_TEXT') }}
<el-row class="support">
@ -198,6 +199,7 @@
:title="$T('PICBED_QRCODE')"
:modal-append-to-body="false"
lock-scroll
append-to-body
>
<el-form
label-position="left"

View File

@ -294,6 +294,7 @@
:title="$T('CHANGE_IMAGE_URL')"
width="500px"
:modal-append-to-body="false"
append-to-body
>
<el-input v-model="imgInfo.imgUrl" />
<template #footer>
@ -315,6 +316,7 @@
align-center
draggable
destroy-on-close
append-to-body
>
<el-link
:underline="false"

View File

@ -194,6 +194,7 @@
c: configName
})"
width="70%"
append-to-body
>
<config-form
:id="configName"

View File

@ -81,6 +81,7 @@
v-model="keyBindingVisible"
:title="$T('SHORTCUT_CHANGE_UPLOAD')"
:modal-append-to-body="false"
append-to-body
>
<el-form
label-position="top"