fix: hide deleted signatures and fit uplink table

This commit is contained in:
hectorzhao
2026-08-26 16:10:46 +08:00
parent 444c65288c
commit 898471423f
4 changed files with 45 additions and 11 deletions
+11 -1
View File
@@ -7791,7 +7791,17 @@
}
.admin-uplink-table-card .ui-table {
min-width: 1500px;
min-width: 1052px;
table-layout: fixed;
}
.admin-uplink-table-card .uplink-content {
-webkit-line-clamp: 2;
min-width: 0;
}
.admin-uplink-table-card .ui-table td strong {
overflow-wrap: anywhere;
}
.gateway-exception-list-heading {