From 31612136346954091921d97046745eafa9d95f17 Mon Sep 17 00:00:00 2001 From: 王旭 <1377869194@qq.com> Date: 星期四, 16 二月 2023 17:44:54 +0800 Subject: [PATCH] 调整运维管理部分页面格式1 --- 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