From a7b9af3cc54aa0d4bbc9aee2583c88a26090613b Mon Sep 17 00:00:00 2001
From: 王旭 <1377869194@qq.com>
Date: 星期二, 11 十月 2022 17:39:10 +0800
Subject: [PATCH] 黑白名单列表接口对接

---
 src/views/maintenance/operationLog.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/maintenance/operationLog.vue b/src/views/maintenance/operationLog.vue
index a5fdc67..c0bb9ec 100644
--- a/src/views/maintenance/operationLog.vue
+++ b/src/views/maintenance/operationLog.vue
@@ -100,7 +100,7 @@
       </el-form>
     </div>
     <div class="table_box">
-      <el-table :data="tableData" stripe style="width: 100%" height="550">
+      <el-table :data="tableData" stripe style="width: 100%" height="85%">
         <!-- <el-table-column type="selection" width="55" /> -->
         <el-table-column
           :label="$t('operatManage.operationLogObj.num')"

--
Gitblit v1.9.3