[fix 87271] 拆分-左侧树悬浮固定左上角

This commit is contained in:
danshihao
2024-07-24 11:02:51 +08:00
parent 6beefb31d9
commit 2e624363ca
@@ -20,7 +20,7 @@
<a-icon class="parent-node-icon"
type="folder"
v-if="record.dataRef.children && record.dataRef.children.length > 0" />
<a-tooltip>
<a-tooltip placement="topLeft">
<template #title>
{{ record.name }}{{ record.itemName }}
</template>
@@ -687,5 +687,7 @@ export default {
font-size: 16px;
margin-right: 10px;
}
.tree-node-custom-title {
max-width: 10em;
}
</style>