|
@@ -67,8 +67,8 @@ const dragAreaStyle: any = computed(() => {
|
|
|
top: `${y}px`,
|
|
top: `${y}px`,
|
|
|
width: `${w}px`,
|
|
width: `${w}px`,
|
|
|
height: `${h}px`,
|
|
height: `${h}px`,
|
|
|
- border: '1px dashed #409eff',
|
|
|
|
|
- background: 'rgba(64,158,255,0.1)',
|
|
|
|
|
|
|
+ border: '2px dashed #409eff',
|
|
|
|
|
+ background: 'rgba(116, 251, 229,0.3)',
|
|
|
pointerEvents: 'none',
|
|
pointerEvents: 'none',
|
|
|
zIndex: 10,
|
|
zIndex: 10,
|
|
|
};
|
|
};
|