fix: Hit test visibility
parent
86675e9ec3
commit
350095a822
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue