fix: SSH 连接列表显示优化 (#4650)

Refs #4546
This commit is contained in:
John Bro 2024-04-23 11:18:06 +08:00 committed by GitHub
parent 7fd672c1c9
commit ac400c7188
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -105,7 +105,7 @@
<span v-if="node.label.length <= 25">
<a @click="onClickConn(node, data)">{{ node.label }}</a>
</span>
<el-tooltip v-else :content="node.label" placement="top-start">
<el-tooltip v-else :content="node.label" placement="right">
<span>
<a @click="onClickConn(node, data)">
{{ node.label.substring(0, 22) }}...