瀏覽代碼

日志管理功能代码提交

jingyuanchao 1 年之前
父節點
當前提交
3ca30360a2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/system/logManagement/dialog.info.vue

+ 1 - 1
src/views/system/logManagement/dialog.info.vue

@@ -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="文件名称"