fix: Hit test visibility

This commit is contained in:
zhangzhanwei 2025-07-15 10:03:01 +08:00 committed by zhanweizhang7
parent 86675e9ec3
commit 350095a822

View File

@ -193,7 +193,9 @@
}}</el-button> }}</el-button>
</div> </div>
</el-popover> </el-popover>
<div class="operate-textarea flex"> <div class="operate-textarea flex"
v-if="! route.path.includes('share/')"
>
<el-input <el-input
ref="quickInputRef" ref="quickInputRef"
v-model="inputValue" v-model="inputValue"
@ -204,7 +206,6 @@
/> />
<div class="operate"> <div class="operate">
<el-button <el-button
v-if="! route.path.includes('share/')"
text text
class="sent-button" class="sent-button"
:disabled="isDisabledChart || loading" :disabled="isDisabledChart || loading"