调整拖拽位置为标题栏

This commit is contained in:
aixianling
2024-08-23 11:39:07 +08:00
parent 77176e5bf5
commit 2bac43eeda

View File

@@ -161,7 +161,7 @@ export default {
<template>
<section class="AiCopilot">
<ai-drag class="copilot" v-if="show" :w="dialogWidth" :h="600" :minHeight="600" :minWidth="dialogWidth" :x="-dialogWidth-12" :y="-542">
<ai-drag class="copilot" v-if="show" :w="dialogWidth" :h="600" :minHeight="600" :minWidth="dialogWidth" :x="-dialogWidth-12" :y="-542" dragHandle=".header">
<div class="flex header">
<b class="fill" v-text="title"/>
<div class="expandBtn pointer" v-text="expandBtn" @click="expand=!expand"/>