done roles layout

This commit is contained in:
2026-02-25 15:20:26 +08:00
parent dd0f0f377d
commit 8c5d3ef6c9
4 changed files with 222 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
.tableHeader th {
align-items: center;
gap: 24px;
padding: 13px 24px;
padding: 12px 24px;
text-align: left;
color: #85869b;
color: color(display-p3 0.5216 0.5255 0.6);
@@ -39,6 +39,10 @@
font-weight: 500;
line-height: normal;
}
.tableBody tr {
border-bottom: 1px solid rgba(129, 135, 255, 0);
}
.tableBody tr:hover {
border-bottom: 1px solid rgba(129, 135, 255, 0.25);
border-bottom: 1px solid color(display-p3 0.5098 0.5294 1 / 0.25);