mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-12 02:54:59 +08:00
16 lines
236 B
Plaintext
16 lines
236 B
Plaintext
.drag-container {
|
|
}
|
|
.drag-sort-item {
|
|
position: relative;
|
|
z-index: 2;
|
|
.drag-handle-icon {
|
|
position: absolute;
|
|
top: 18px;
|
|
right: 18px;
|
|
color: #adb5bc;
|
|
font-size: 16px;
|
|
z-index: 1000;
|
|
cursor: move;
|
|
}
|
|
}
|