@@ -8,7 +8,9 @@
</el-icon>
<img v-if="item.type === 'img'" :src="item.icon" :style="{ width: `${props.size}px` }" />
</el-tooltip>
- <div v-if="item.type === 'words'" style="color: rgb(17, 153, 232)">{{ item.label }}</div>
+ <div v-if="item.type === 'words'" style="color: rgb(17, 153, 232); cursor: pointer">{{
+ item.label
+ }}</div>
</div>
</el-space>