mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-07-10 15:02:40 +08:00
fix: align downloader path mapping fields
This commit is contained in:
@@ -469,14 +469,19 @@ onMounted(() => {
|
|||||||
<VIcon icon="mdi-download-outline" size="18" class="me-1 text-success" />
|
<VIcon icon="mdi-download-outline" size="18" class="me-1 text-success" />
|
||||||
<span class="text-caption text-medium-emphasis">{{ t('downloader.downloadPath') }}</span>
|
<span class="text-caption text-medium-emphasis">{{ t('downloader.downloadPath') }}</span>
|
||||||
</div>
|
</div>
|
||||||
<VTextField
|
<VRow no-gutters>
|
||||||
v-model="row.download"
|
<VCol cols="12" sm="4" class="d-none d-sm-block" />
|
||||||
:placeholder="'/path/to/download'"
|
<VCol cols="12" sm="8">
|
||||||
density="compact"
|
<VTextField
|
||||||
variant="outlined"
|
v-model="row.download"
|
||||||
hide-details="auto"
|
:placeholder="'/path/to/download'"
|
||||||
:rules="pathValidationRules"
|
density="compact"
|
||||||
/>
|
variant="outlined"
|
||||||
|
hide-details="auto"
|
||||||
|
:rules="pathValidationRules"
|
||||||
|
/>
|
||||||
|
</VCol>
|
||||||
|
</VRow>
|
||||||
</VCol>
|
</VCol>
|
||||||
|
|
||||||
<VCol cols="12" class="d-flex justify-end pt-1">
|
<VCol cols="12" class="d-flex justify-end pt-1">
|
||||||
|
|||||||
Reference in New Issue
Block a user