refactor: inputs length

Signed-off-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
This commit is contained in:
Corentin Thomasset 2020-06-07 10:21:53 +02:00
parent f2af2ed35d
commit cab52baa66
2 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@
<br>
<v-row>
<v-col md="6" sm="12" class="pt-0 pb-0">
<v-col md="4" sm="12" class="pt-0 pb-0">
<v-select
:items="formats.filter(f => !f.title.toLowerCase().includes('locale'))"
item-value="dateFromFormat"
@ -24,7 +24,7 @@
@input="userInputChanged()"
/>
</v-col>
<v-col md="6" sm="12" class="pt-0 pb-0">
<v-col md="8" sm="12" class="pt-0 pb-0">
<v-text-field
outlined
v-model="inputString"

View file

@ -3,7 +3,7 @@
<v-card-title>Cypher text</v-card-title>
<v-card-text>
<v-row justify="center" align="center">
<v-col cols="12" xl="4" lg="6" md="12">
<v-col cols="12" lg="8" md="12">
<v-textarea
outlined
v-model="key"
@ -12,7 +12,7 @@
@input="encrypt"
></v-textarea>
</v-col>
<v-col cols="12" xl="4" lg="6" md="12">
<v-col cols="12" lg="4" md="12">
<v-select
:items="Object.keys(algorithms)"
label="Algorithm"