[fix 87271] 拆分-左侧树悬浮固定左上角
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user