列表高度自适应
This commit is contained in:
parent
9901c2334f
commit
91c6290513
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user