mirror of
				https://github.com/CorentinTh/it-tools.git
				synced 2025-11-04 05:53:25 +00:00 
			
		
		
		
	refactor: inputs length
Signed-off-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
This commit is contained in:
		
				
					committed by
					
						
						Corentin THOMASSET
					
				
			
			
				
	
			
			
			
						parent
						
							b3d63734f0
						
					
				
				
					commit
					5ec4c26f01
				
			@@ -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"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user