style:修改子文章样式

This commit is contained in:
陈淳
2023-03-15 09:55:08 +08:00
parent 295cf5e066
commit 4bd374e747

View File

@@ -48,3 +48,13 @@ const handleNodeClick = (data) => {
emits('handleNodeClick',data)
};
</script>
<style scoped>
.custom-tree-node {
flex: 1;
display: flex;
align-items: center;
justify-content: space-between;
font-size: 14px;
padding-right: 8px;
}
</style>