Browse Source

fix:table规定最大高度

dev-xjf
肖晋飞 2 weeks ago
parent
commit
a56dd3d668
  1. 2
      src/views/dashboard/demo/components/ParameterInfo.vue

2
src/views/dashboard/demo/components/ParameterInfo.vue

@ -89,6 +89,8 @@ onBeforeUpdate(async () => {
</template> --> </template> -->
<BasicTable <BasicTable
:pagination="{ pageSize: 6 }" :pagination="{ pageSize: 6 }"
:max-height="250"
:min-height="200"
:loading="loading" @register="registerTable" :loading="loading" @register="registerTable"
> >
<template #threshold="{ record }"> <template #threshold="{ record }">

Loading…
Cancel
Save