table flex-height

This commit is contained in:
陈红丽 2024-12-12 18:54:13 +08:00
parent 90171169cd
commit 06f2d71325

View File

@ -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>