Explorar o código

日志管理功能代码提交

jingyuanchao hai 1 ano
pai
achega
3ca30360a2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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="文件名称"