docs: fix typo

This commit is contained in:
pany 2024-11-21 12:41:24 +08:00
parent 5f611b9a13
commit 9473a13c53

View File

@ -162,7 +162,7 @@ $transition-time: 0.35s;
transform: translate3d(calc(0px - var(--v3-sidebar-width)), 0, 0); transform: translate3d(calc(0px - var(--v3-sidebar-width)), 0, 0);
} }
} }
// mobile // mobile
&.noLeft { &.noLeft {
.sidebar-container { .sidebar-container {
background-color: var(--el-bg-color); background-color: var(--el-bg-color);