feat: add device selection and removal functionality in SecurityDevicesPage

This commit is contained in:
shuaiplus
2026-06-28 15:31:29 +08:00
parent 6a1a8357bf
commit a5ad16ac27
11 changed files with 163 additions and 4 deletions
+11 -1
View File
@@ -1520,8 +1520,12 @@
table-layout: fixed;
}
.authorized-devices-col-select {
width: 4%;
}
.authorized-devices-col-device {
width: 28%;
width: 26%;
}
.authorized-devices-col-type {
@@ -1544,6 +1548,12 @@
width: 26%;
}
.authorized-device-checkbox {
width: 16px;
height: 16px;
accent-color: #2563eb;
}
.authorized-devices-table td:first-child {
overflow-wrap: anywhere;
}