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/operationLog.vue |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/src/views/maintenance/operationLog.vue b/src/views/maintenance/operationLog.vue
index b78ef63..f42ddeb 100644
--- a/src/views/maintenance/operationLog.vue
+++ b/src/views/maintenance/operationLog.vue
@@ -103,7 +103,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="79%">
         <!-- <el-table-column type="selection" width="55" /> -->
         <el-table-column
           :label="$t('operatManage.operationLogObj.num')"
@@ -299,9 +299,10 @@
 <style lang="less" scoped>
 //@import url(); 寮曞叆鍏叡css绫�
 .operationLog_box {
-  border-radius: 10px;
-  height: 100%;
-  box-sizing: border-box;
+  height: 98%;
+  width: 98%;
+  padding: 1%;
+  position: absolute;
 
   .inquire {
     padding: 10px;
@@ -326,11 +327,9 @@
   }
   .table_box {
     padding: 10px;
-
     border-radius: 5px;
-
     overflow: auto;
-    height: 530px;
+    height: 60%;
     /*淇敼table 琛ㄤ綋鐨勮儗鏅鑹插拰鏂囧瓧棰滆壊*/
     /deep/ .el-table {
       background-color: transparent;

--
Gitblit v1.9.3