mirror of
https://github.com/frappe/books.git
synced 2025-01-11 10:38:14 +00:00
fix: UI alignment
This commit is contained in:
parent
d5a88398a8
commit
e7aef6d5ee
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="flex -mx-4">
|
<div class="flex -mx-4">
|
||||||
<div class="w-1/2 px-4" v-for="invoice in invoices" :key="invoice.title">
|
<div class="w-1/2 px-4 flex flex-col justify-between" v-for="invoice in invoices" :key="invoice.title">
|
||||||
<SectionHeader>
|
<SectionHeader>
|
||||||
<template slot="title">{{ invoice.title }}</template>
|
<template slot="title">{{ invoice.title }}</template>
|
||||||
<PeriodSelector
|
<PeriodSelector
|
||||||
@ -19,6 +19,7 @@
|
|||||||
<feather-icon name="plus" class="w-4 h-4 text-white" />
|
<feather-icon name="plus" class="w-4 h-4 text-white" />
|
||||||
</Button>
|
</Button>
|
||||||
</SectionHeader>
|
</SectionHeader>
|
||||||
|
<div>
|
||||||
<div class="mt-6 flex justify-between">
|
<div class="mt-6 flex justify-between">
|
||||||
<div
|
<div
|
||||||
class="text-sm"
|
class="text-sm"
|
||||||
@ -60,6 +61,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import frappe from 'frappejs';
|
import frappe from 'frappejs';
|
||||||
|
Loading…
Reference in New Issue
Block a user