system-copyright-react/src/route/index/index.css
2024-03-14 18:33:58 +08:00

20 lines
334 B
CSS

.index {
position: relative;
height: 100%;
background-color: var(--color-light);
}
.index .left {
position: absolute;
width: 220px;
height: 100%;
top: 0;
left: 0;
}
.index .right {
margin-left: 220px;
border-left: 1px solid var(--color-border);
box-sizing: border-box;
height: 100%;
}