From 122148e0de73da68094b767413699a581e6b561a Mon Sep 17 00:00:00 2001 From: shidongli Date: Wed, 7 Aug 2024 17:10:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E4=BB=A3=E5=8A=9E-=E6=8B=A8?= =?UTF-8?q?=E6=89=93=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/components/Taskprocess.vue | 38 +++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/src/views/manage/components/Taskprocess.vue b/src/views/manage/components/Taskprocess.vue index bd3e238..95443d0 100644 --- a/src/views/manage/components/Taskprocess.vue +++ b/src/views/manage/components/Taskprocess.vue @@ -8,7 +8,7 @@ name="four" v-if="$route.query.taskNodeType == 'PHONE_OUTBOUND'" > -
+

+ + + + + + + + + +
@@ -798,6 +820,15 @@ export default { ::v-deep .el-tabs__item{ padding: 0 13px; } + .nexttime{ + height: calc(100vh - 300px); + overflow-y: auto; + overflow-x: hidden; + // background: aliceblue; + /* height: 30vh; */ + margin-top: 25px; + + } ::v-deep .el-tabs__header { margin: 0 !important; @@ -809,8 +840,11 @@ export default { // overflow-y: auto; // width: 550px; margin-top: 20px; + width: 27%; + // background: red; ::v-deep .el-form{ - margin-left: -14px; + padding-right: 9px; + // margin-left: -14px; } ::v-deep .el-tabs__nav-wrap::after { height: 0px;