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/catalogueManage.vue |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/src/views/datamanage/catalogueManage.vue b/src/views/datamanage/catalogueManage.vue
index ffb3a79..07980fc 100644
--- a/src/views/datamanage/catalogueManage.vue
+++ b/src/views/datamanage/catalogueManage.vue
@@ -23,7 +23,7 @@
         </div>
       </div>
       <div class="cataLog_rightContent subpage_Div">
-        <div style="display:flex;justify-content:space-between">
+        <div style="align-items: center;display:flex;justify-content:space-between">
           <el-breadcrumb separator="/">
             <el-breadcrumb-item :to="{ path: '/' }">{{
             $t('dataManage.dictionaryManageObj.particulars')
@@ -864,19 +864,22 @@
   padding: 1%;
   .cataLogContent {
     width: 100%;
-    height: 92%;
+    height: 100%;
+    max-height: 670px;
     display: flex;
+    align-items: center;
     justify-content: space-between;
     .cataLog_leftTree {
       width: 15%;
-      height: 91%;
+      height: 100%;
       border-radius: 5px;
       padding: 1%;
       overflow-y: auto;
     }
     .cataLog_rightContent {
       width: 80%;
-      height: 91%;
+      height: 100%;
+      max-height: 670px;
       border-radius: 5px;
       padding: 1%;
       .menuTop {

--
Gitblit v1.9.3