@@ -351,6 +351,7 @@ export default {
.box {
user-select: none; /* 不可选中,为了拖拽时不让文字高亮 */
position: absolute;
+ cursor: move;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);