|
@@ -2,14 +2,13 @@
|
|
<block :title="title" :on-resize="onResize">
|
|
<block :title="title" :on-resize="onResize">
|
|
<template v-slot:main>
|
|
<template v-slot:main>
|
|
<el-table
|
|
<el-table
|
|
- :style="{width: '95%' }"
|
|
|
|
|
|
+ :style="{width: '95%',maxHeight: '95%' }"
|
|
:data="tableData"
|
|
:data="tableData"
|
|
style="width: 100%">
|
|
style="width: 100%">
|
|
<slot name="columns"></slot>
|
|
<slot name="columns"></slot>
|
|
</el-table>
|
|
</el-table>
|
|
</template>
|
|
</template>
|
|
</block>
|
|
</block>
|
|
-
|
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script>
|
|
<script>
|