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