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;