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