|
@@ -5,12 +5,13 @@
|
|
|
:style="positionStyle"
|
|
|
@click="increaseZIndex"
|
|
|
>
|
|
|
- <header
|
|
|
- ref="mouseHandler"
|
|
|
- class="tw-flex tw-place-content-between"
|
|
|
- @mousedown="handleDragMouseDown"
|
|
|
- >
|
|
|
- <div class="tw-text-2xl tw-cursor-move tw-flex-grow">{{ title }}</div>
|
|
|
+ <header ref="mouseHandler" class="tw-flex tw-place-content-between">
|
|
|
+ <div
|
|
|
+ class="tw-text-2xl tw-cursor-move tw-flex-grow"
|
|
|
+ @mousedown="handleDragMouseDown"
|
|
|
+ >
|
|
|
+ {{ title }}
|
|
|
+ </div>
|
|
|
<a-button shape="circle" @click="$emit('close')">
|
|
|
<template #icon><CloseOutlined /></template>
|
|
|
</a-button>
|