comparison client/src/components/stretches/StretchForm.vue @ 4339:46d97ada1ce7

layout
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 05 Sep 2019 17:18:31 +0200
parents 08aef146f95a
children 008bc1ae8897
comparison
equal deleted inserted replaced
4338:08aef146f95a 4339:46d97ada1ce7
1 <template> 1 <template>
2 <div class="d-flex flex-column"> 2 <div class="d-flex flex-column">
3 <div class="ml-3 mr-3 my-4"> 3 <div class="ml-2 mr-2 my-3">
4 <div class="custom-file mt-4"> 4 <div class="custom-file mt-3">
5 <input 5 <input
6 accept=".zip,.txt" 6 accept=".zip,.txt"
7 type="file" 7 type="file"
8 @change="fileSelected" 8 @change="fileSelected"
9 class="custom-file-input" 9 class="custom-file-input"