fix: align downloader path mapping fields

This commit is contained in:
jxxghp
2026-05-19 08:13:03 +08:00
parent 088ebbe0bb
commit 311880bcd3
@@ -469,6 +469,9 @@ onMounted(() => {
<VIcon icon="mdi-download-outline" size="18" class="me-1 text-success" />
<span class="text-caption text-medium-emphasis">{{ t('downloader.downloadPath') }}</span>
</div>
<VRow no-gutters>
<VCol cols="12" sm="4" class="d-none d-sm-block" />
<VCol cols="12" sm="8">
<VTextField
v-model="row.download"
:placeholder="'/path/to/download'"
@@ -478,6 +481,8 @@ onMounted(() => {
:rules="pathValidationRules"
/>
</VCol>
</VRow>
</VCol>
<VCol cols="12" class="d-flex justify-end pt-1">
<IconBtn variant="text" color="error" size="small" @click="removePathMapping(index)">