mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-02 02:02:13 +08:00
14 lines
219 B
Plaintext
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;
|
|
}
|
|
}
|
|
}
|
|
}
|