From 2c0a14426d5fd2977995137a0f887947c5478055 Mon Sep 17 00:00:00 2001
From: 王震 <10952869+daywangzhen@user.noreply.gitee.com>
Date: 星期三, 23 八月 2023 11:00:57 +0800
Subject: [PATCH] 报告审核功能审核

---
 src/views/standardLibrary/index.vue |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/views/standardLibrary/index.vue b/src/views/standardLibrary/index.vue
index 4a198f1..11a71b7 100644
--- a/src/views/standardLibrary/index.vue
+++ b/src/views/standardLibrary/index.vue
@@ -705,17 +705,17 @@
         flex-direction: column;
         justify-content: space-between;
 
-        .el-table {
-          // flex: 1;
-          // max-height: 680px;
-          // overflow-y: scroll;
-        }
-        > div:nth-child(3) {
-          // height: 20px;
-          display: flex;
-          justify-content: end;
-          margin: 10px 0;
-        }
+          // .el-table {
+            // flex: 1;
+            // max-height: 680px;
+            // overflow-y: scroll;
+          // }
+          >div:nth-child(3){
+            // height: 20px;
+            display: flex;
+            justify-content: end;
+            margin: 10px 0;
+          }
       }
     }
   }

--
Gitblit v1.9.3