From 21a3dac6d94af521b536af6d956ef105fe91394f Mon Sep 17 00:00:00 2001 From: xing <xingjs@qq.com> Date: 星期六, 25 二月 2023 14:58:34 +0800 Subject: [PATCH] 20230225@xingjs@项目管理数据统计管理 --- src/views/datamanage/projectManage.vue | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/views/datamanage/projectManage.vue b/src/views/datamanage/projectManage.vue index 345c4ac..990f042 100644 --- a/src/views/datamanage/projectManage.vue +++ b/src/views/datamanage/projectManage.vue @@ -8,7 +8,7 @@ ></My-bread> <el-divider /> <div class="verSionContent"> - <div class="verSion_leftTree subpage_Div"> + <div class="verSion_leftTree subpage_Div" style="border: 1px solid #dcdfe6;"> <el-tree ref="tree" :props="defaultProps" @@ -36,6 +36,7 @@ </el-form-item> </el-form> <!-- <el-divider class="eldivider" /> --> + <div class="dividing-line"></div> <div class="table_box" style="height: calc(100% - 89px)"> <el-table ref="filterTable" @@ -462,6 +463,7 @@ width: 98%; padding: 1%; .verSionContent { + padding-top: 10px; width: 100%; height: calc(100% - 75px); display: flex; @@ -486,11 +488,11 @@ } } .demo-form-inline { - padding: 8px; + //padding: 8px; // margin-top: 10px; border-radius: 5px; - border: 1px solid #dcdfe6; - margin-bottom: 20px; + //border: 1px solid #dcdfe6; + //margin-bottom: 20px; text-align: right; .el-form-item { margin: 5px; -- Gitblit v1.9.3