add socket

This commit is contained in:
lb
2023-07-03 14:17:11 +08:00
parent 6d7e8de0ed
commit e728ec582e
11 changed files with 484 additions and 357 deletions

View File

@@ -17,6 +17,12 @@
background: #02457e !important;
}
.ant-switch {
background: #004782 !important;
}
.ant-switch .ant-switch-handle::before {
background-color: #00233f !important;
}
.ant-switch-checked {
background: #b4fffdb1 !important;
}