mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-19 04:39:29 +08:00
fix(dialog): 移除目标列的列数限制以提高灵活性
This commit is contained in:
@@ -127,7 +127,7 @@ onMounted(async () => {
|
||||
</VCol>
|
||||
</VRow>
|
||||
<VRow>
|
||||
<VCol v-for="param in formFields" :key="param.key" cols="12" md="6">
|
||||
<VCol v-for="param in formFields" :key="param.key">
|
||||
<VTextField
|
||||
v-model="authForm.params[param.site.toUpperCase() + '_' + param.key.toUpperCase()]"
|
||||
:type="param.type"
|
||||
|
||||
Reference in New Issue
Block a user