fix(dialog): 移除目标列的列数限制以提高灵活性

This commit is contained in:
jxxghp
2024-11-19 21:29:00 +08:00
parent 7406226e68
commit 6905391785

View File

@@ -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"