⚡ 去除命令 tooltip.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user