mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-23 16:26:15 -04:00
refactor: inputs length
Signed-off-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
This commit is contained in:
parent
f2af2ed35d
commit
cab52baa66
2 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<v-row>
|
<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
|
<v-select
|
||||||
:items="formats.filter(f => !f.title.toLowerCase().includes('locale'))"
|
:items="formats.filter(f => !f.title.toLowerCase().includes('locale'))"
|
||||||
item-value="dateFromFormat"
|
item-value="dateFromFormat"
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
@input="userInputChanged()"
|
@input="userInputChanged()"
|
||||||
/>
|
/>
|
||||||
</v-col>
|
</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
|
<v-text-field
|
||||||
outlined
|
outlined
|
||||||
v-model="inputString"
|
v-model="inputString"
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<v-card-title>Cypher text</v-card-title>
|
<v-card-title>Cypher text</v-card-title>
|
||||||
<v-card-text>
|
<v-card-text>
|
||||||
<v-row justify="center" align="center">
|
<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
|
<v-textarea
|
||||||
outlined
|
outlined
|
||||||
v-model="key"
|
v-model="key"
|
||||||
|
@ -12,7 +12,7 @@
|
||||||
@input="encrypt"
|
@input="encrypt"
|
||||||
></v-textarea>
|
></v-textarea>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col cols="12" xl="4" lg="6" md="12">
|
<v-col cols="12" lg="4" md="12">
|
||||||
<v-select
|
<v-select
|
||||||
:items="Object.keys(algorithms)"
|
:items="Object.keys(algorithms)"
|
||||||
label="Algorithm"
|
label="Algorithm"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue