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