研判态势

This commit is contained in:
13684185576
2025-09-12 14:55:05 +08:00
parent c0a7f78ce6
commit ac893ba406
6 changed files with 465 additions and 10 deletions

View File

@ -1,13 +1,6 @@
<template>
<div
class="floating-ball"
:style="ballStyle"
@mousedown="startDrag"
@touchstart="startDrag"
@click="handleClick"
>
<div class="floating-ball" :style="ballStyle" @mousedown="startDrag" @touchstart="startDrag" @click="handleClick">
<slot>
</slot>
</div>
</template>