修改任务处理
This commit is contained in:
parent
5eb094656d
commit
87a823a692
@ -794,6 +794,9 @@ export default {
|
|||||||
height: calc(100vh - 84px);
|
height: calc(100vh - 84px);
|
||||||
// background-color: #f1f3f5;
|
// background-color: #f1f3f5;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
::v-deep .el-tabs__item{
|
||||||
|
padding: 0 13px;
|
||||||
|
}
|
||||||
|
|
||||||
::v-deep .el-tabs__header {
|
::v-deep .el-tabs__header {
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
@ -803,8 +806,11 @@ export default {
|
|||||||
.left {
|
.left {
|
||||||
// height: calc(100vh - 212px);
|
// height: calc(100vh - 212px);
|
||||||
// overflow-y: auto;
|
// overflow-y: auto;
|
||||||
width: 25%;
|
// width: 550px;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
::v-deep .el-form{
|
||||||
|
margin-left: -14px;
|
||||||
|
}
|
||||||
::v-deep .el-tabs__nav-wrap::after {
|
::v-deep .el-tabs__nav-wrap::after {
|
||||||
height: 0px;
|
height: 0px;
|
||||||
}
|
}
|
||||||
@ -865,13 +871,6 @@ export default {
|
|||||||
font-weight: 550;
|
font-weight: 550;
|
||||||
padding: 10px 50px 10px 10px;
|
padding: 10px 50px 10px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// .nexttime {
|
|
||||||
// margin-top: 25px;
|
|
||||||
// font-size: 15px;
|
|
||||||
// padding: 10px 50px 10px 10px;
|
|
||||||
// }
|
|
||||||
|
|
||||||
.images {
|
.images {
|
||||||
width: 53%;
|
width: 53%;
|
||||||
height: 241px;
|
height: 241px;
|
||||||
@ -889,6 +888,12 @@ export default {
|
|||||||
.right_top {
|
.right_top {
|
||||||
// width: 39%;
|
// width: 39%;
|
||||||
width: 350px;
|
width: 350px;
|
||||||
|
::v-deep .el-textarea__inner{
|
||||||
|
width: 338px;
|
||||||
|
height: 250px;
|
||||||
|
margin-top: 10px;
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user