列表高度自适应

This commit is contained in:
joylink_zhaoerwei 2023-08-23 17:07:18 +08:00
parent 9901c2334f
commit 91c6290513

View File

@ -90,7 +90,9 @@ function deleteData(row: IAreaConfigListItem) {
@show="onDialogShow" @show="onDialogShow"
title="范围列表" title="范围列表"
:width="800" :width="800"
:height="0"
> >
<template v-slot:footer>
<q-table <q-table
ref="tableRef" ref="tableRef"
row-key="id" row-key="id"
@ -110,5 +112,6 @@ function deleteData(row: IAreaConfigListItem) {
</q-td> </q-td>
</template> </template>
</q-table> </q-table>
</template>
</draggable-dialog> </draggable-dialog>
</template> </template>