done user and role table, and add user

This commit is contained in:
2026-03-18 17:24:15 +08:00
parent f84894b6d7
commit 14884f6b3a
14 changed files with 298 additions and 134 deletions

View File

@@ -16,10 +16,9 @@
gap: 10px;
border-radius: 6px;
}
.profileBadge:hover {
.profileBadgeButton:hover {
border-radius: 6px;
background: #21232f;
background: color(display-p3 0.1294 0.1373 0.1804);
}
.nameRole {
display: flex;
@@ -79,12 +78,10 @@
left: 0;
border-radius: 6px;
background: #2d3144;
background: color(display-p3 0.1787 0.1913 0.2605);
box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.25);
box-shadow: 0 2px 15px 0 color(display-p3 0 0 0 / 0.25);
cursor: pointer;
position: absolute;
z-index: 10;
z-index: 30;
top: 100%;
margin-top: 3px;
animation-name: dropDownAnimation;