mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-09-07 08:26:57 +08:00
⚡ Perf: fix memory leak of uoload and setting page
This commit is contained in:
@@ -641,6 +641,7 @@
|
|||||||
:title="$T('SETTINGS_CUSTOM_LINK_FORMAT')"
|
:title="$T('SETTINGS_CUSTOM_LINK_FORMAT')"
|
||||||
:modal-append-to-body="false"
|
:modal-append-to-body="false"
|
||||||
center
|
center
|
||||||
|
append-to-body
|
||||||
>
|
>
|
||||||
<el-form
|
<el-form
|
||||||
ref="$customLink"
|
ref="$customLink"
|
||||||
@@ -691,6 +692,7 @@
|
|||||||
:modal-append-to-body="false"
|
:modal-append-to-body="false"
|
||||||
width="70%"
|
width="70%"
|
||||||
center
|
center
|
||||||
|
append-to-body
|
||||||
>
|
>
|
||||||
<el-form
|
<el-form
|
||||||
label-position="right"
|
label-position="right"
|
||||||
@@ -747,6 +749,7 @@
|
|||||||
:modal-append-to-body="false"
|
:modal-append-to-body="false"
|
||||||
width="70%"
|
width="70%"
|
||||||
center
|
center
|
||||||
|
append-to-body
|
||||||
>
|
>
|
||||||
<el-form
|
<el-form
|
||||||
label-position="right"
|
label-position="right"
|
||||||
@@ -802,6 +805,7 @@
|
|||||||
:title="$T('SETTINGS_CHECK_UPDATE')"
|
:title="$T('SETTINGS_CHECK_UPDATE')"
|
||||||
:modal-append-to-body="false"
|
:modal-append-to-body="false"
|
||||||
center
|
center
|
||||||
|
append-to-body
|
||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
{{ $T('SETTINGS_CURRENT_VERSION') }}: {{ version }}
|
{{ $T('SETTINGS_CURRENT_VERSION') }}: {{ version }}
|
||||||
@@ -835,6 +839,7 @@
|
|||||||
align-center
|
align-center
|
||||||
draggable
|
draggable
|
||||||
destroy-on-close
|
destroy-on-close
|
||||||
|
append-to-body
|
||||||
>
|
>
|
||||||
<el-link
|
<el-link
|
||||||
:underline="false"
|
:underline="false"
|
||||||
@@ -927,6 +932,7 @@
|
|||||||
:modal-append-to-body="false"
|
:modal-append-to-body="false"
|
||||||
width="500px"
|
width="500px"
|
||||||
center
|
center
|
||||||
|
append-to-body
|
||||||
>
|
>
|
||||||
<el-form
|
<el-form
|
||||||
label-position="right"
|
label-position="right"
|
||||||
@@ -997,6 +1003,7 @@
|
|||||||
:title="$T('SETTINGS_SET_PICGO_SERVER')"
|
:title="$T('SETTINGS_SET_PICGO_SERVER')"
|
||||||
:modal-append-to-body="false"
|
:modal-append-to-body="false"
|
||||||
center
|
center
|
||||||
|
append-to-body
|
||||||
>
|
>
|
||||||
<div class="notice-text">
|
<div class="notice-text">
|
||||||
{{ $T('SETTINGS_TIPS_SERVER_NOTICE') }}
|
{{ $T('SETTINGS_TIPS_SERVER_NOTICE') }}
|
||||||
@@ -1058,6 +1065,7 @@
|
|||||||
:title="$T('SETTINGS_SYNC_CONFIG_TITLE')"
|
:title="$T('SETTINGS_SYNC_CONFIG_TITLE')"
|
||||||
:modal-append-to-body="false"
|
:modal-append-to-body="false"
|
||||||
center
|
center
|
||||||
|
append-to-body
|
||||||
>
|
>
|
||||||
<div class="notice-text">
|
<div class="notice-text">
|
||||||
{{ $T('SETTINGS_SYNC_CONFIG_NOTE') }}
|
{{ $T('SETTINGS_SYNC_CONFIG_NOTE') }}
|
||||||
@@ -1151,6 +1159,7 @@
|
|||||||
:title="$T('SETTINGS_UP_DOWN_DESC')"
|
:title="$T('SETTINGS_UP_DOWN_DESC')"
|
||||||
:modal-append-to-body="false"
|
:modal-append-to-body="false"
|
||||||
center
|
center
|
||||||
|
append-to-body
|
||||||
>
|
>
|
||||||
<el-form
|
<el-form
|
||||||
label-position="right"
|
label-position="right"
|
||||||
@@ -1225,6 +1234,7 @@
|
|||||||
draggable
|
draggable
|
||||||
center
|
center
|
||||||
align-center
|
align-center
|
||||||
|
append-to-body
|
||||||
>
|
>
|
||||||
<el-form
|
<el-form
|
||||||
label-position="top"
|
label-position="top"
|
||||||
|
|||||||
@@ -156,6 +156,7 @@
|
|||||||
draggable
|
draggable
|
||||||
center
|
center
|
||||||
align-center
|
align-center
|
||||||
|
append-to-body
|
||||||
>
|
>
|
||||||
<el-form
|
<el-form
|
||||||
label-position="top"
|
label-position="top"
|
||||||
|
|||||||
Reference in New Issue
Block a user