chore: filter user & change role & hover check icon color

This commit is contained in:
Tristan Yang
2023-06-21 18:49:24 +08:00
parent 59fbc69449
commit 880cf98185
4 changed files with 17 additions and 10 deletions
+3
View File
@@ -168,6 +168,9 @@
background-color: #22ccee;
color: #fff;
}
.context-menu .item:hover svg {
fill: white;
}
.context-menu .item.bottom_line {
margin-bottom: 9px;
}