h5-Dooring/src/core/renderer/viewRender.less
2021-03-27 14:05:30 +08:00

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;
}
}