[update 90328] 拆分拖拽,优化拖拽性能
This commit is contained in:
@@ -884,7 +884,7 @@ export default {
|
|||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
// 鼠标滑动到节点,显示操作按钮
|
// 鼠标滑动到节点,显示操作按钮
|
||||||
.tree-node-custom-title:hover + .tree-operate-node-btn-box-hide {
|
.tree-operate-node:hover > .tree-operate-node-btn-box-hide {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user