Files
KnowStreaming/km-console/packages/config-manager-fe/src/index.less
2022-08-18 17:04:05 +08:00

14 lines
219 B
Plaintext

#ks-layout-container {
height: calc(100% - 48px);
#sub-system {
height: 100%;
.config-system {
display: flex;
height: 100%;
.dcloud-layout-content {
padding: 0;
}
}
}
}