Skip to content

Commit 3a8c238

Browse files
committed
删除拖拽图标
1 parent cf60df8 commit 3a8c238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/dataBlock.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div class="plot-data" v-if="dataItem" ref="block">
3-
<div class="datablock-drag"></div>
3+
<div class="datablock-drag"></div>
44
<div class="selectors">
55
<select v-model="dataItem.fnType" @change="fnTypeChange(dataItem)">
66
<option v-for="type in fnTypeArr" :value="type.value">

0 commit comments

Comments
 (0)