This commit is contained in:
2023-10-16 10:32:16 +08:00
parent c68190c76a
commit 85a12315e0
4 changed files with 9 additions and 1 deletions

View File

@@ -179,6 +179,12 @@ function reload() {
flex-direction: column;
align-items: center;
background-color: var(--admin-column-bg-color);
padding: 0 15px;
box-sizing: border-box;
:deep(.el-menu-item) {
border-radius: 12px;
}
}
.header {