更新 AlistConfigDialog.vue

This commit is contained in:
jxxghp
2025-05-11 07:56:50 +08:00
committed by GitHub
parent f7fa440f9a
commit 5d9b2e1919

View File

@@ -79,7 +79,7 @@ async function savaAlistConfig() {
persistent-hint
/>
</VCol>
<VCol cols="12" md="3">
<VCol cols="12" md="4">
<VSelect
v-model="loginType"
:items="sourceItems"
@@ -96,7 +96,7 @@ async function savaAlistConfig() {
persistent-hint
/>
</VCol>
<VCol cols="12" md="5" v-if="loginType == 'username'">
<VCol cols="12" md="4" v-if="loginType == 'username'">
<VTextField
type="password"
v-model="props.conf.password"
@@ -105,7 +105,7 @@ async function savaAlistConfig() {
persistent-hint
/>
</VCol>
<VCol cols="9" v-if="loginType == 'token'">
<VCol cols="12" md="8" v-if="loginType == 'token'">
<VTextField
v-model="props.conf.token"
:hint="t('dialog.alistConfig.loginTypeOptions.token')"