优化IP名单中的类型显示标签;可以使用代号搜索IP名单

This commit is contained in:
GoEdgeLab
2024-05-06 08:56:02 +08:00
parent 22fdd278ed
commit 509ce4605a
4 changed files with 30 additions and 8 deletions

View File

@@ -0,0 +1,9 @@
.label.white {
background: white !important;
border: 1px #ccc solid;
}
.label.gray {
background: #999 !important;
color: white !important;
}