Skip to content

Commit

Permalink
💄 Change NAT tag size to mini.
Browse files Browse the repository at this point in the history
  • Loading branch information
mukeran committed Jul 4, 2020
1 parent 262bed9 commit 6f9bdf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/FriendList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<template v-if="scope.row.isOnline">
<span>在线</span>&nbsp;
<el-tooltip effect="dark" content="对方为 NAT 状态时,无法进行 P2P 传输" placement="top" v-if="scope.row.isNAT">
<el-tag type="danger" v-if="scope.row.isNAT">NAT</el-tag>
<el-tag type="danger" size="mini" v-if="scope.row.isNAT">NAT</el-tag>
</el-tooltip>
<span>{{ `${scope.row.ip}:${scope.row.port}` }}</span>
</template>
Expand Down

0 comments on commit 6f9bdf4

Please sign in to comment.