Przeglądaj źródła

fix: 修改日志表格高度

qindao 1 rok temu
rodzic
commit
49a5060ada

+ 1 - 1
src/views/system/log/components/OperationLog.vue

@@ -55,7 +55,7 @@
       <template #header>
         <el-button type="primary" @click="handleExport()">导出数据</el-button>
       </template>
-      <el-table height="calc(100vh - 340px)" :data="operationLogList" v-loading="loading">
+      <el-table height="calc(100vh - 500px)" :data="operationLogList" v-loading="loading">
         <el-table-column label="日志编号" width="100" prop="id" />
         <el-table-column label="账号" prop="realName" />
         <el-table-column label="姓名" prop="operatorName" />

+ 1 - 1
src/views/system/log/components/SystemLog.vue

@@ -41,7 +41,7 @@
       <template #header>
         <el-button type="primary" @click="handleExport()">导出数据</el-button>
       </template>
-      <el-table height="calc(100vh - 440px)" :data="systemLogList" v-loading="loading">
+      <el-table height="calc(100vh - 450px)" :data="systemLogList" v-loading="loading">
         <el-table-column label="序号" width="100" prop="id" />
         <el-table-column label="事件类型" prop="realName" >
           <template #default="{ row }">