This commit is contained in:
MeysamMoghaddam
2025-10-13 22:31:53 +03:30
parent faa50d49a7
commit 560694fc28
2 changed files with 59 additions and 54 deletions

View File

@@ -6,15 +6,15 @@
border: 1px solid #e0e0e0; border: 1px solid #e0e0e0;
border-radius: 8px; border-radius: 8px;
background: #fafafa; background: #fafafa;
position: relative;
} }
.org-tree { .org-tree {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
min-width: 1200px;
min-height: 800px;
padding: 20px; padding: 20px;
position: absolute;
} }
.org-node { .org-node {
@@ -228,6 +228,7 @@
opacity: 0; opacity: 0;
transform: translateY(-10px); transform: translateY(-10px);
} }
to { to {
opacity: 1; opacity: 1;
transform: translateY(0); transform: translateY(0);

View File

@@ -36,6 +36,10 @@
.org-node { .org-node {
position: relative; position: relative;
margin: 0px 15px 20px 15px; margin: 0px 15px 20px 15px;
display: flex;
flex-direction: column;
align-items: center;
min-width: 200px;
} }
.node-connector { .node-connector {