|
@@ -26,7 +26,7 @@
|
|
|
/>
|
|
/>
|
|
|
</div>
|
|
</div>
|
|
|
<div
|
|
<div
|
|
|
- :style="{ height:auto}"
|
|
|
|
|
|
|
+ :style="{ height:(tableHeight)+'px'}"
|
|
|
>
|
|
>
|
|
|
<el-scrollbar
|
|
<el-scrollbar
|
|
|
style="height: 100%;width:100%; padding-bottom:8px;"
|
|
style="height: 100%;width:100%; padding-bottom:8px;"
|
|
@@ -53,7 +53,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
<ibps-crud
|
|
<ibps-crud
|
|
|
ref="crud"
|
|
ref="crud"
|
|
|
- :height="'auto'"
|
|
|
|
|
|
|
+ height="520"
|
|
|
:data="listData"
|
|
:data="listData"
|
|
|
:toolbars="listConfig.toolbars"
|
|
:toolbars="listConfig.toolbars"
|
|
|
:search-form="listConfig.searchForm"
|
|
:search-form="listConfig.searchForm"
|