Compare commits

..

No commits in common. "9ff824e082305751b0fd03907f519e3661d4e183" and "e586755b75afe8dfd3b7db815962dcbe8c4e3748" have entirely different histories.

1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@
<div class="tool-bottom-all"
@mouseenter="mouseChange(0)" @mouseleave="mouseChange(1)">
<div v-drag="{handle:'.tool-bottom-all', dragtime}"
@v-drag-start="dragtime = Date.now()">
@v-drag-start="dragtime = Date.now()"
@v-drag-end="mouseChange(1)">
<div class="c-logo" @click="logoHandle" title="拖动 | 折叠 | 展开">
<el-image :src="logo" draggable="false" />
</div>