|
|
@@ -5,7 +5,6 @@
|
|
|
</div>
|
|
|
|
|
|
<ele-pro-table
|
|
|
- style="height: calc(100% - 120px)"
|
|
|
ref="table"
|
|
|
:columns="columns"
|
|
|
:datasource="datasource"
|
|
|
@@ -14,7 +13,8 @@
|
|
|
:page-size="20"
|
|
|
@columns-change="handleColumnChange"
|
|
|
:cache-key="cacheKeyUrl"
|
|
|
- height="calc(100% - 100px)"
|
|
|
+ height="calc(100vh - 330px)"
|
|
|
+ full-height="calc(100vh - 176px)"
|
|
|
>
|
|
|
<!-- 表头工具栏 -->
|
|
|
<template v-slot:toolbar>
|