feat: customize edge arrow #918 (#1338)

### What problem does this PR solve?

feat: customize edge arrow #918 

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-07-02 11:43:57 +08:00
committed by GitHub
parent 68b9a857c2
commit 04487d1bce
5 changed files with 86 additions and 109 deletions

View File

@@ -16,7 +16,8 @@
// justify-self: center;
justify-content: center;
.nodeName {
font-size: 8px;
font-size: 10px;
color: black;
}
label {
display: block;
@@ -31,7 +32,7 @@
}
.bottomBox {
position: absolute;
bottom: -26px;
bottom: -34px;
background: white;
padding: 2px 5px;
border-radius: 5px;