style(styles): 💄 adjust ElSubmenu margin-top (#21)

This commit is contained in:
一寸灰
2024-12-13 16:13:30 +08:00
committed by GitHub
parent 4a4b87707b
commit cede4f0107

View File

@@ -100,6 +100,9 @@ html.dark:root {
}
}
}
li.el-sub-menu {
margin-top: 6px;
}
}
html .el-collapse {