From 21ddc9ec1b1b76d2ce20e512328e65acaf1af2bf Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期一, 16 一月 2023 10:35:15 +0800
Subject: [PATCH] 廊坊代码更新

---
 src/views/maintenance/eventlogManage.vue |   16 +++++++---------
 1 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/src/views/maintenance/eventlogManage.vue b/src/views/maintenance/eventlogManage.vue
index a6a4716..c9988ab 100644
--- a/src/views/maintenance/eventlogManage.vue
+++ b/src/views/maintenance/eventlogManage.vue
@@ -98,7 +98,7 @@
       </el-form>
     </div>
     <div class="table_box">
-      <el-table :data="tableData" style="width: 100%" height="85%">
+      <el-table :data="tableData" style="width: 100%" height="84%">
         <el-table-column
           align="center"
           type="index"
@@ -134,7 +134,7 @@
           :label="$t('operatManage.ELM.operationType')"
         />
       </el-table>
-      <div style="margin-top: 40px" class="pagination_box">
+      <div style="margin-top: 10px" class="pagination_box">
         <el-pagination
           @size-change="handleSizeChange"
           @current-change="handleCurrentChange"
@@ -272,10 +272,10 @@
 <style lang="less" scoped>
 //@import url(); 寮曞叆鍏叡css绫�
 .logLog_box {
-  border-radius: 10px;
-  height: 100%;
-
-  box-sizing: border-box;
+   height: 98%;
+  width: 98%;
+  padding: 1%;
+  position: absolute;
   .el-input {
     width: 300px;
   }
@@ -302,12 +302,10 @@
   }
   .table_box {
     overflow: auto;
-     
     padding: 10px;
-
     border-radius: 5px;
     border: 1px solid rgb(202, 201, 204);
-    height:555px;
+    height:57%;
     /*淇敼table 琛ㄤ綋鐨勮儗鏅鑹插拰鏂囧瓧棰滆壊*/
     /deep/ .el-table {
       background-color: transparent;

--
Gitblit v1.9.3