From 00d4bfaa6e75c41837bb70c349500388d18f7de7 Mon Sep 17 00:00:00 2001
From: liupengpeng <276665548@qq.com>
Date: 星期三, 15 二月 2023 18:45:56 +0800
Subject: [PATCH] 数据管理

---
 src/views/datamanage/projectManage.vue |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/src/views/datamanage/projectManage.vue b/src/views/datamanage/projectManage.vue
index 7fd64db..f493dd3 100644
--- a/src/views/datamanage/projectManage.vue
+++ b/src/views/datamanage/projectManage.vue
@@ -21,6 +21,12 @@
       </div>
       <div class="verSion_rightContent subpage_Div">
         <el-form
+        style="    height: 44px;
+    padding: 1%;
+    display: flex;
+    flex-direction: row-reverse;
+    border-radius: 5px;
+    border: 1px solid #dcdfe6;"
           :inline="true"
           class="demo-form-inline"
         >
@@ -35,12 +41,12 @@
             >{{ $t('common.append') }}</el-button>
           </el-form-item>
         </el-form>
-        <el-divider class="eldivider" />
-        <div style="height: 80%; padding: 1%; overflow: auto">
+        <!-- <el-divider class="eldivider" /> -->
+        <div style="height: 80%; margin-top: 10px;">
           <el-table
             ref="filterTable"
             :data="dbTableData"
-            height="90%"
+            height="100%"
             border
             style="width: 100%"
           >
@@ -462,13 +468,13 @@
 
       border-radius: 5px;
       padding: 1%;
-
+      max-height: 670px;
       overflow-y: auto;
     }
     .verSion_rightContent {
       width: 80%;
       height: 91%;
-
+      max-height: 670px;
       border-radius: 5px;
       padding: 1%;
       overflow-y: auto;

--
Gitblit v1.9.3