列表高度自适应

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