.flex {
display: flex;
}
.flow-c {
flex-flow: column;
}
.workOrderCont{
height: 100%;
width: 100%;
overflow-y: auto;
position: relative;
& > :nth-child(1) {
padding: 0 10px;
background-color: #ffffff;
.workOrderLeft{
width: 70px;
float: left;
text-align: right;
font-size: 13px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #666666;
line-height: 35px;
}
.workOrderRight{
width: calc(100% - 70px);
text-align: left;
margin-left: 70px;
font-size: 13px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #11151B;
line-height: 35px;
}
}
& > :nth-child(2) {
height: 500px;
margin-top: 10px;
background-color: #ffffff;
}
}