dcce454
4c2d648
dcce454 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
.operatorCard {
:global(.ant-card-body) {
padding: 10px;
}
.cubeIcon {
&:hover {
cursor: pointer;
}
}
}
.siderContent {
padding: 10px 4px;
overflow: auto;
height: calc(100vh - 80px);
}
|