mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
style(aettings): AdvancedSystemSettingsDialog
- 调整开关宽度
This commit is contained in:
@@ -28,7 +28,7 @@ function saveAdvancedSettings() {
|
|||||||
<VDivider />
|
<VDivider />
|
||||||
<VCardText>
|
<VCardText>
|
||||||
<VRow>
|
<VRow>
|
||||||
<VCol cols="12" md="3">
|
<VCol cols="12" md="4">
|
||||||
<VSwitch
|
<VSwitch
|
||||||
v-model="AdvancedSettings.DEV"
|
v-model="AdvancedSettings.DEV"
|
||||||
label="DEV模式"
|
label="DEV模式"
|
||||||
@@ -36,7 +36,7 @@ function saveAdvancedSettings() {
|
|||||||
persistent-hint
|
persistent-hint
|
||||||
/>
|
/>
|
||||||
</VCol>
|
</VCol>
|
||||||
<VCol cols="12" md="3">
|
<VCol cols="12" md="4">
|
||||||
<VSwitch
|
<VSwitch
|
||||||
v-model="AdvancedSettings.DEBUG"
|
v-model="AdvancedSettings.DEBUG"
|
||||||
label="DEBUG日志"
|
label="DEBUG日志"
|
||||||
@@ -44,7 +44,7 @@ function saveAdvancedSettings() {
|
|||||||
persistent-hint
|
persistent-hint
|
||||||
/>
|
/>
|
||||||
</VCol>
|
</VCol>
|
||||||
<VCol cols="12" md="3">
|
<VCol cols="12" md="4">
|
||||||
<VSwitch
|
<VSwitch
|
||||||
v-model="AdvancedSettings.PLUGIN_AUTO_RELOAD"
|
v-model="AdvancedSettings.PLUGIN_AUTO_RELOAD"
|
||||||
label="插件热加载"
|
label="插件热加载"
|
||||||
|
|||||||
Reference in New Issue
Block a user