asb_cloud_front/src/styles/detected_operations.less

41 lines
630 B
Plaintext

.detected-operations-page {
& .page-top {
width: 100%;
margin: 5px;
& > * {
margin: 5px;
}
}
}
.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;
}
}
}
.detected-operations-tooltip {
display: flex;
flex-direction: column;
align-items: stretch;
& > .tooltip-label {
text-align: center;
}
}