Skip to content

Commit 7eb82e6

Browse files
committed
fix: Hit test visibility
1 parent 12dbed5 commit 7eb82e6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ui/src/views/hit-test/index.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,9 @@
193193
}}</el-button>
194194
</div>
195195
</el-popover>
196-
<div class="operate-textarea flex">
196+
<div class="operate-textarea flex"
197+
v-if="! route.path.includes('share/')"
198+
>
197199
<el-input
198200
ref="quickInputRef"
199201
v-model="inputValue"
@@ -204,7 +206,6 @@
204206
/>
205207
<div class="operate">
206208
<el-button
207-
v-if="! route.path.includes('share/')"
208209
text
209210
class="sent-button"
210211
:disabled="isDisabledChart || loading"

0 commit comments

Comments
 (0)