feat: webui support logout (#439)

This commit is contained in:
sigoden
2024-08-24 15:38:13 +08:00
committed by GitHub
parent 7d17d9c415
commit 4bf92cc47a
3 changed files with 27 additions and 12 deletions

View File

@@ -222,13 +222,18 @@ body {
margin-right: 2em;
}
.login-btn {
cursor: pointer;
}
.save-btn {
cursor: pointer;
-webkit-user-select: none;
user-select: none;
}
.user-btn {
.logout-btn {
cursor: pointer;
display: flex;
align-items: center;
}