去除命令 tooltip.

This commit is contained in:
lijiahang
2024-12-13 16:38:58 +08:00
parent dd973a46fc
commit 885446dc58
7 changed files with 10 additions and 7 deletions

View File

@@ -59,7 +59,9 @@
</template>
<!-- 模板命令 -->
<template #command="{ record }">
<span class="copy-left" @click="copy(record.command, true)">
<span class="copy-left"
title="复制"
@click="copy(record.command, true)">
<icon-copy />
</span>
<span :title="record.command">{{ record.command }}</span>