修改任务处理

This commit is contained in:
shidongli 2024-08-05 10:20:10 +08:00
parent 5eb094656d
commit 87a823a692

View File

@ -1,7 +1,7 @@
<template>
<div class="headernewhandel">
<!-- 左侧 -->
<div :class="isshow ? 'left' : 'noleft'">
<div :class="isshow ? 'left' : 'noleft'">
<el-tabs v-model="activeName" @tab-click="handleClick" v-if="isshow">
<el-tab-pane
label="任务详情"
@ -794,6 +794,9 @@ export default {
height: calc(100vh - 84px);
// background-color: #f1f3f5;
display: flex;
::v-deep .el-tabs__item{
padding: 0 13px;
}
::v-deep .el-tabs__header {
margin: 0 !important;
@ -803,8 +806,11 @@ export default {
.left {
// height: calc(100vh - 212px);
// overflow-y: auto;
width: 25%;
// width: 550px;
margin-top: 20px;
::v-deep .el-form{
margin-left: -14px;
}
::v-deep .el-tabs__nav-wrap::after {
height: 0px;
}
@ -865,13 +871,6 @@ export default {
font-weight: 550;
padding: 10px 50px 10px 10px;
}
// .nexttime {
// margin-top: 25px;
// font-size: 15px;
// padding: 10px 50px 10px 10px;
// }
.images {
width: 53%;
height: 241px;
@ -889,6 +888,12 @@ export default {
.right_top {
// width: 39%;
width: 350px;
::v-deep .el-textarea__inner{
width: 338px;
height: 250px;
margin-top: 10px;
}
}
}
</style>