mirror of
https://github.com/frappe/books.git
synced 2024-11-12 16:36:27 +00:00
fix(ui): table overflowing
This commit is contained in:
parent
3bbf5294c9
commit
65c472500b
@ -18,6 +18,7 @@
|
||||
</div>
|
||||
</Row>
|
||||
|
||||
<div class="overflow-y-auto" style="height: 72.5vh">
|
||||
<Row
|
||||
v-if="items"
|
||||
v-for="row in items"
|
||||
@ -46,6 +47,7 @@
|
||||
:readOnly="true"
|
||||
/>
|
||||
</Row>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
|
@ -19,6 +19,7 @@
|
||||
</div>
|
||||
</Row>
|
||||
|
||||
<div class="overflow-y-auto" style="height: 50vh">
|
||||
<Row
|
||||
v-for="row in sinvDoc.items"
|
||||
:ratio="ratio"
|
||||
@ -39,6 +40,7 @@
|
||||
@removeItem="removeItem"
|
||||
/>
|
||||
</Row>
|
||||
</div>
|
||||
</template>
|
||||
<script lang="ts">
|
||||
import Row from '../Row.vue';
|
||||
|
Loading…
Reference in New Issue
Block a user