From 7f325436d9e2390bc9b14b3101e077dd6d551662 Mon Sep 17 00:00:00 2001
From: 13937891274 <kxc0822>
Date: Tue, 05 Jul 2022 18:03:00 +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