mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2026-03-11 02:15:51 +00:00
15 lines
233 B
Plaintext
15 lines
233 B
Plaintext
.dragItem {
|
|
display: inline-block;
|
|
position: absolute;
|
|
z-index: 2;
|
|
border: 2px solid transparent;
|
|
cursor: move;
|
|
&:hover {
|
|
border: 2px solid #06c;
|
|
}
|
|
:global(a) {
|
|
display: block;
|
|
pointer-events: none;
|
|
}
|
|
}
|