account list page supports dragging to change display order

This commit is contained in:
MaysWind
2023-07-19 02:28:50 +08:00
parent 107c9fce94
commit 2cbd8684cf
10 changed files with 231 additions and 91 deletions
+9
View File
@@ -22,6 +22,15 @@ input[type=number] {
pointer-events: none !important;
}
.drag-handle {
cursor: grab;
}
.dragging-item {
opacity: 0.5;
background: #c8ebfb;
}
@media (min-width: 600px) {
.text-right-sm {
text-align: right !important;