登录页面改造

This commit is contained in:
robin
2026-02-15 15:16:20 +08:00
parent 2a811183c4
commit 92ffa1ab77
10 changed files with 101 additions and 0 deletions

View File

@@ -115,4 +115,14 @@ body.swal2-shown {
padding: 0 !important;
margin: 0 !important;
}
.main-menu {
top: 2.6em !important;
}
.main-menu > .ui.menu > .item:first-child:empty {
display: none !important;
height: 0 !important;
min-height: 0 !important;
padding: 0 !important;
margin: 0 !important;
}
/*# sourceMappingURL=@layout_override.css.map */