From e99dffdf2ab3f8cf8d402e012f81a719fc277f96 Mon Sep 17 00:00:00 2001
From: yunuo970428 <405378304@qq.com>
Date: Wed, 13 Jul 2022 16:39:54 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=87=BA=E5=BA=93=E7=94=B3?=
=?UTF-8?q?=E8=AF=B7=E7=AE=A1=E7=90=86=E6=B5=81=E7=A8=8B=E9=A1=B5=E9=9D=A2?=
=?UTF-8?q?=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../chukuguanli/chukuDaiBanInfo.vue | 41 +++++++++++++++++--
1 file changed, 37 insertions(+), 4 deletions(-)
diff --git a/anrui-buscenter/anrui-buscenter-ui/src/views/workflow/chukuguanliFlow/chukuguanli/chukuDaiBanInfo.vue b/anrui-buscenter/anrui-buscenter-ui/src/views/workflow/chukuguanliFlow/chukuguanli/chukuDaiBanInfo.vue
index c77fe4b71e..b00954e922 100644
--- a/anrui-buscenter/anrui-buscenter-ui/src/views/workflow/chukuguanliFlow/chukuguanli/chukuDaiBanInfo.vue
+++ b/anrui-buscenter/anrui-buscenter-ui/src/views/workflow/chukuguanliFlow/chukuguanli/chukuDaiBanInfo.vue
@@ -89,14 +89,14 @@
-
-
+
+
当前环节
- {{ current.taskName }}->{{ nextNode.name }}
+ {{ current.taskName }}->{{ nextNode.name }}
-
+
意见
@@ -416,4 +416,37 @@ export default {
font-size: 17px;
float: right;
}
+
+/deep/ .el-col-4 {
+ text-align: right;
+ float: left;
+ font-size: 14px;
+ color: #606266;
+ line-height: 40px !important;
+ font-weight: 600;
+}
+/deep/ .el-col-20 {
+ text-align: left;
+ float: left;
+ font-size: 14px;
+ color: #606266;
+ line-height: 40px !important;
+ font-weight: 600;
+}
+.lineone {
+ border-bottom: 2px solid #e0e3eb;
+}
+.linetwo {
+ margin-top: 10px;
+}
+.borderStyle {
+ border: 1px solid #e0e3eb;
+}
+.trightb {
+ border-left: 1px solid #e0e3eb;
+ padding-left: 5px;
+}
+.tleftb {
+ padding-right: 5px;
+}