调整拖拽位置为标题栏
This commit is contained in:
@@ -161,7 +161,7 @@ export default {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<section class="AiCopilot">
|
<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">
|
<div class="flex header">
|
||||||
<b class="fill" v-text="title"/>
|
<b class="fill" v-text="title"/>
|
||||||
<div class="expandBtn pointer" v-text="expandBtn" @click="expand=!expand"/>
|
<div class="expandBtn pointer" v-text="expandBtn" @click="expand=!expand"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user