refactor(仪表板): 调整Tab组件的拖拽区,Tab组件拖拽区固定在头部防止与内部组件拖拽区域冲突

This commit is contained in:
wangjiahao 2022-12-29 15:01:32 +08:00
parent 6d5769529f
commit a44c6e2648

View File

@ -79,17 +79,17 @@
@mousedown="elementMouseDown"
/>
<div
v-show="!this.element.editing"
v-show="!this.element.editing && this.element.type !=='de-tabs'"
class="de-drag-area de-drag-right"
@mousedown="elementMouseDown"
/>
<div
v-show="!this.element.editing"
v-show="!this.element.editing && this.element.type !=='de-tabs'"
class="de-drag-area de-drag-bottom"
@mousedown="elementMouseDown"
/>
<div
v-show="!this.element.editing"
v-show="!this.element.editing && this.element.type !=='de-tabs'"
class="de-drag-area de-drag-left"
@mousedown="elementMouseDown"
/>