2022-05-05 17:26:52 +05:00
|
|
|
.detected-operations-page {
|
|
|
|
& .page-top {
|
|
|
|
width: 100%;
|
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
|
2022-05-31 17:26:25 +05:00
|
|
|
}
|
|
|
|
|
|
|
|
.drill_schedule {
|
|
|
|
display: flex;
|
2022-06-02 14:40:06 +05:00
|
|
|
flex-direction: column;
|
2022-05-31 17:26:25 +05:00
|
|
|
width: 100%;
|
|
|
|
height: 75vh;
|
|
|
|
align-items: stretch;
|
|
|
|
|
|
|
|
& > .list {
|
|
|
|
flex: 1;
|
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
& > .ant-list, .ant-table {
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-07-30 18:00:56 +05:00
|
|
|
|
|
|
|
.detected-operations-tooltip {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: stretch;
|
|
|
|
|
|
|
|
& > .tooltip-label {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|