forked from ddrilling/asb_cloud_front
27 lines
412 B
Plaintext
27 lines
412 B
Plaintext
.detected-operations-page {
|
|
& .page-top {
|
|
width: 100%;
|
|
margin: 10px;
|
|
}
|
|
|
|
}
|
|
|
|
.drill_schedule {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
height: 75vh;
|
|
align-items: stretch;
|
|
|
|
& > .list {
|
|
flex: 1;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
& > .ant-list, .ant-table {
|
|
flex: 1;
|
|
}
|
|
}
|
|
}
|