mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-17 22:08:25 +08:00
Demo:修复演示模式中右下角输入框无法输入的问题
This commit is contained in:
@@ -13,10 +13,20 @@
|
||||
@click="exit"
|
||||
ref="exitDemonstrateBtnRef"
|
||||
v-if="isEnterDemonstrate"
|
||||
@mousedown.stop
|
||||
@mousemove.stop
|
||||
@mouseup.stop
|
||||
>
|
||||
<span class="icon iconfont iconguanbi"></span>
|
||||
</div>
|
||||
<div class="stepBox" ref="stepBoxRef" v-if="isEnterDemonstrate">
|
||||
<div
|
||||
class="stepBox"
|
||||
ref="stepBoxRef"
|
||||
v-if="isEnterDemonstrate"
|
||||
@mousedown.stop
|
||||
@mousemove.stop
|
||||
@mouseup.stop
|
||||
>
|
||||
<div class="jump" @click="prev" :class="{ disabled: curStepIndex <= 0 }">
|
||||
<span class="icon el-icon-back"></span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user