Demo:修复演示模式中右下角输入框无法输入的问题

This commit is contained in:
街角小林 2024-06-13 15:44:56 +08:00
parent e7f1608605
commit 8ad26da5d7

View File

@ -13,10 +13,20 @@
@click="exit" @click="exit"
ref="exitDemonstrateBtnRef" ref="exitDemonstrateBtnRef"
v-if="isEnterDemonstrate" v-if="isEnterDemonstrate"
@mousedown.stop
@mousemove.stop
@mouseup.stop
> >
<span class="icon iconfont iconguanbi"></span> <span class="icon iconfont iconguanbi"></span>
</div> </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 }"> <div class="jump" @click="prev" :class="{ disabled: curStepIndex <= 0 }">
<span class="icon el-icon-back"></span> <span class="icon el-icon-back"></span>
</div> </div>