|
|
@@ -9,8 +9,7 @@
|
|
|
updatePosition: handlePositionUpdate,
|
|
|
onClick: openxiaoKe
|
|
|
}"
|
|
|
- :style="{ left: position.x + 'px', top: position.y + 'px' }"
|
|
|
- @dragging="handleDragging">
|
|
|
+ :style="{ left: position.x + 'px', top: position.y + 'px' }">
|
|
|
<div class="window-header">
|
|
|
<span>
|
|
|
<el-icon>
|
|
|
@@ -46,8 +45,8 @@
|
|
|
</template>
|
|
|
</el-dialog>
|
|
|
<el-drawer v-model="dialogVisible2" width="100%" direction="rtl" :size="Full_Screen ? ' 100%' : '30%'">
|
|
|
- <template #header="{ close, titleId, titleClass }">
|
|
|
- <div slot="title" style="display: flex; align-items: center;">
|
|
|
+ <template #header>
|
|
|
+ <div style="display: flex; align-items: center;">
|
|
|
<img style="cursor: pointer;width: 24px;margin-left: 15px;" :src="!Full_Screen ? FullScreen : noFullScreen"
|
|
|
@click="Full_Screen = !Full_Screen" alt="">
|
|
|
|