first commit

This commit is contained in:
kicap1992
2025-10-26 22:53:17 +08:00
commit a2573c8307
1555 changed files with 648419 additions and 0 deletions

View File

@ -0,0 +1,22 @@
table.dt-rowReorder-float {
position: absolute !important;
opacity: 0.8;
table-layout: fixed;
outline: 2px solid rgba(0, 0, 0, 0.05);
outline-offset: -2px;
z-index: 2001;
}
tr.dt-rowReorder-moving {
outline: 2px solid #888;
outline-offset: -2px;
}
body.dt-rowReorder-noOverflow {
overflow-x: hidden;
}
table.dataTable td.reorder {
text-align: center;
cursor: move;
}