fix(webui): adjust import views display on small screens

This commit is contained in:
Gauthier Roebroeck 2021-12-29 13:59:41 +08:00
parent 0a8aa3e4bb
commit 394123d263
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
</v-alert>
<v-row align="center">
<v-col>
<v-col cols="12" sm="">
<v-text-field
v-model="importPath"
clearable

View file

@ -5,7 +5,7 @@
</v-alert>
<v-form v-model="valid" ref="form">
<v-row align="center">
<v-col cols>
<v-col cols="12" sm="">
<v-file-input
v-model="files"
:label="$t('data_import.field_files_label')"