This commit is contained in:
zds
2022-08-25 12:11:52 +08:00
parent 08e820ffce
commit b97e5f0cda
12 changed files with 12 additions and 12 deletions

View File

@@ -119,7 +119,7 @@
ref="table"
v-loading="crud.loading"
:data="crud.data"
:max-height="550"
:max-height="590"
size="mini"
style="width: 100%;"
@selection-change="crud.selectionChangeHandler"