mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:52:57 +00:00
style: remove ref
This commit is contained in:
parent
83e4b55705
commit
d222639e4c
@ -29,13 +29,7 @@ limitations under the License. -->
|
||||
</div>
|
||||
<div class="trace flex-h">
|
||||
<TraceList class="trace-list" :style="`width: ${currentWidth}px;`" />
|
||||
<div
|
||||
ref="dragger"
|
||||
@mouseover="showIcon = true"
|
||||
@mousedown="mousedown($event)"
|
||||
@mouseout="showIcon = false"
|
||||
@mouseup="mouseup"
|
||||
>
|
||||
<div @mouseover="showIcon = true" @mousedown="mousedown($event)" @mouseout="showIcon = false" @mouseup="mouseup">
|
||||
<div class="trace-line" />
|
||||
<span class="trace-icon" v-show="showIcon" @click="triggerArrow">
|
||||
<Icon class="trace-arrow" :icon-name="isLeft ? 'chevron-left' : 'chevron-right'" size="lg" />
|
||||
|
Loading…
Reference in New Issue
Block a user