Make layout more flexible
This commit is contained in:
parent
0db6d6c67a
commit
b52c4cb787
@ -50,7 +50,7 @@ export default {
|
|||||||
<h1>Danger Zone</h1>
|
<h1>Danger Zone</h1>
|
||||||
<v-row>
|
<v-row>
|
||||||
<v-col>
|
<v-col>
|
||||||
<v-card max-width="380">
|
<v-card>
|
||||||
<v-card-header>
|
<v-card-header>
|
||||||
<v-card-header-text>
|
<v-card-header-text>
|
||||||
<v-card-title>
|
<v-card-title>
|
||||||
@ -66,8 +66,8 @@ export default {
|
|||||||
</v-card-actions>
|
</v-card-actions>
|
||||||
</v-card>
|
</v-card>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col max-width="380">
|
<v-col>
|
||||||
<v-card max-width="380">
|
<v-card>
|
||||||
<v-card-header>
|
<v-card-header>
|
||||||
<v-card-header-text>
|
<v-card-header-text>
|
||||||
<v-card-title>
|
<v-card-title>
|
||||||
@ -83,8 +83,8 @@ export default {
|
|||||||
</v-card-actions>
|
</v-card-actions>
|
||||||
</v-card>
|
</v-card>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col max-width="380">
|
<v-col>
|
||||||
<v-card max-width="380">
|
<v-card>
|
||||||
<v-card-header>
|
<v-card-header>
|
||||||
<v-card-header-text>
|
<v-card-header-text>
|
||||||
<v-card-title>
|
<v-card-title>
|
||||||
@ -95,6 +95,7 @@ export default {
|
|||||||
Transaktionen:
|
Transaktionen:
|
||||||
<input type="file" @change="gotTransactions" accept="text/*" />
|
<input type="file" @change="gotTransactions" accept="text/*" />
|
||||||
</label>
|
</label>
|
||||||
|
<br />
|
||||||
<label for="assignments_file">
|
<label for="assignments_file">
|
||||||
Budget:
|
Budget:
|
||||||
<input type="file" @change="gotAssignments" accept="text/*" />
|
<input type="file" @change="gotAssignments" accept="text/*" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user