tree节点文字和icon改为垂直居中

This commit is contained in:
zhujiyan
2024-10-25 14:08:42 +08:00
parent b2ec7e20c0
commit 63937a0742
3 changed files with 6 additions and 6 deletions

View File

@@ -238,7 +238,7 @@ onMounted(() => {
}
.custom-tree-node {
// display: flex;
// align-items: center;
display: flex;
align-items: center;
}
</style>