feat: 字典配置前端代码.

This commit is contained in:
lijiahang
2023-10-26 19:25:08 +08:00
parent 29e3bde5b6
commit 5d43a9ce88
11 changed files with 36 additions and 88 deletions

View File

@@ -92,11 +92,10 @@
</template>
<!-- 地址 -->
<template #address="{ record }">
<a-tooltip content="点击复制">
<span class="host-address" @click="copy(record.address)">
<icon-copy /> {{ record.address }}
</span>
</a-tooltip>
<span title="复制">
<icon-copy class="copy-left" @click="copy(record.address)" />
</span>
<span class="span-blue">{{ record.address }}</span>
</template>
<!-- 标签 -->
<template #tags="{ record }">
@@ -252,11 +251,6 @@
<style lang="less" scoped>
.host-address {
cursor: pointer;
color: rgb(var(--arcoblue-6))
}
.row-handle-wrapper {
display: flex;
align-items: center;