26 lines
362 B
SCSS
26 lines
362 B
SCSS
.layout-container {
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
.layout-header {
|
|
.layout-header-content {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|
|
.layout-body {
|
|
overflow: auto;
|
|
|
|
.layout-body-content {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|
|
.layout-action {
|
|
.layout-action-content {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|
|
}
|