review code.

This commit is contained in:
lijiahang
2023-10-26 17:12:17 +08:00
parent 6c4e588f92
commit 18de1a2a3a
18 changed files with 81 additions and 51 deletions

View File

@@ -20,9 +20,9 @@
<!-- 用户名 -->
<template #username="{ record }">
<a-tooltip content="点击复制">
<span class="pointer span-blue" @click="copy(record.username)">
<icon-copy /> {{ record.username }}
</span>
<span class="pointer span-blue" @click="copy(record.username)">
<icon-copy /> {{ record.username }}
</span>
</a-tooltip>
</template>
<!-- 秘钥名称 -->