更新
This commit is contained in:
@@ -126,11 +126,11 @@ const callInfo = ref<CallInfo>({
|
||||
// 窗口位置和大小
|
||||
const windowRef = ref<HTMLElement>()
|
||||
const windowPosition = ref({ x: 100, y: 100 })
|
||||
const windowSize = ref({ width: 800, height: 600 })
|
||||
const windowSize = ref({ width: 300, height: 750 })
|
||||
|
||||
// 拖拽相关
|
||||
const isDragging = ref(false)
|
||||
const dragStart = ref({ x: 0, y: 0 })
|
||||
const dragStart = ref({ x: 10, y: 0 })
|
||||
|
||||
// 调整大小相关
|
||||
const isResizing = ref(false)
|
||||
|
||||
Reference in New Issue
Block a user