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