### What problem does this PR solve? feat: Add component BaiduFanyi #1739 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
17 lines
218 B
Plaintext
17 lines
218 B
Plaintext
.operatorCard {
|
|
:global(.ant-card-body) {
|
|
padding: 10px;
|
|
}
|
|
.cubeIcon {
|
|
&:hover {
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
}
|
|
|
|
.siderContent {
|
|
padding: 10px 4px;
|
|
overflow: auto;
|
|
height: calc(100vh - 80px);
|
|
}
|