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