table flex-height
This commit is contained in:
parent
90171169cd
commit
06f2d71325
@ -132,6 +132,7 @@
|
||||
@update:page="updatePage"
|
||||
@update:page-size="updatePageSize"
|
||||
:style="{ minHeight: deviceHeight + 90 + 'px' }"
|
||||
flex-height
|
||||
>
|
||||
<template v-for="item in Object.keys($slots)" :key="item" #[item]="data">
|
||||
<slot v-bind="data || {}" :name="item"></slot>
|
||||
|
Loading…
Reference in New Issue
Block a user