2024-04-28 19:03:54 +08:00
|
|
|
.operatorCard {
|
|
|
|
|
:global(.ant-card-body) {
|
|
|
|
|
padding: 10px;
|
|
|
|
|
}
|
|
|
|
|
.cubeIcon {
|
|
|
|
|
&:hover {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.siderContent {
|
|
|
|
|
padding: 10px 4px;
|
2024-08-08 17:52:45 +08:00
|
|
|
overflow: auto;
|
|
|
|
|
height: calc(100vh - 80px);
|
2024-04-28 19:03:54 +08:00
|
|
|
}
|