From a10f68d9c66dee70ef1d5459f462c21bac7cdff9 Mon Sep 17 00:00:00 2001
From: shj <1790240199@qq.com>
Date: Tue, 05 Jul 2022 14:01:55 +0800
Subject: [PATCH] 目标管理
---
src/views/goalManagement/targetEscalation/processForms.vue | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/src/views/goalManagement/targetEscalation/processForms.vue b/src/views/goalManagement/targetEscalation/processForms.vue
index af8cd2a..67b496d 100644
--- a/src/views/goalManagement/targetEscalation/processForms.vue
+++ b/src/views/goalManagement/targetEscalation/processForms.vue
@@ -4,7 +4,7 @@
<el-menu
:default-active="activeIndex"
class="el-menu-demo"
- background-color="#fff"
+ background-color="#ebeef5"
text-color="#fff"
active-text-color="#fff"
mode="horizontal"
@@ -70,7 +70,10 @@
</el-tab-pane>
</el-tabs>
</div>
- <div v-if="activeIndex == 2" class="navType">cccccccc</div>
+ <div v-if="activeIndex == 2" class="navType" style="padding:20px 20px 0 20px">
+ <div class="title2">流程图</div>
+ <div style="width:100%;height:400px"></div>
+ </div>
</div>
<lowerPlate></lowerPlate>
<div class="btns">
@@ -163,4 +166,9 @@
box-shadow: 0 -3px 5px 0 rgb(0 0 0 / 12%);
}
+.title2{
+ padding: 20px 0 20px 10px;
+ width: 100%;
+ border: 1px solid #dcdfe6;
+}
</style>
--
Gitblit v1.9.2