@@ -3,7 +3,7 @@
<DialogCom :title="this.title" :visible.sync="isShow" width="1000px" append-to-body>
<div class="page-body">
<div class="extend_mod" style="max-height: 500px;">
- <el-table :data="logList" border style="width: 100%;max-height: 500px;" row-key="id" :default-expand-all="false" :tree-props="{children: 'children', hasChildren: 'hasChildren'}">
+ <el-table :data="logList" border style="width: 100%;" row-key="id" :default-expand-all="false" :tree-props="{children: 'children', hasChildren: 'hasChildren'}">
<el-table-column
prop="fileName"
label="文件名称"