[fix 87271] 拆分-左侧树悬浮固定左上角
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
<a-icon class="parent-node-icon"
|
<a-icon class="parent-node-icon"
|
||||||
type="folder"
|
type="folder"
|
||||||
v-if="record.dataRef.children && record.dataRef.children.length > 0" />
|
v-if="record.dataRef.children && record.dataRef.children.length > 0" />
|
||||||
<a-tooltip>
|
<a-tooltip placement="topLeft">
|
||||||
<template #title>
|
<template #title>
|
||||||
{{ record.name }}{{ record.itemName }}
|
{{ record.name }}{{ record.itemName }}
|
||||||
</template>
|
</template>
|
||||||
@@ -687,5 +687,7 @@ export default {
|
|||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
.tree-node-custom-title {
|
||||||
|
max-width: 10em;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user