updated layout
This commit is contained in:
@@ -212,18 +212,35 @@ function defineNodes() {
|
||||
fill:#fffffb
|
||||
}
|
||||
|
||||
.vue-flow__node-default {
|
||||
border: 1px solid #292524;
|
||||
padding: 10px;
|
||||
border-radius: 5px;
|
||||
background: #f5f5f5;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
max-width: 250px;
|
||||
min-width: 200px;
|
||||
word-wrap: break-word;
|
||||
overflow-wrap: break-word
|
||||
}
|
||||
|
||||
.vue-flow__node-class-node {
|
||||
border:1px solid #dc07bc;
|
||||
padding:10px;
|
||||
border: 1px solid #a100ff;
|
||||
padding: 10px;
|
||||
border-radius: 5px;
|
||||
background:#f5f5f5;
|
||||
display:flex;
|
||||
flex-direction:column;
|
||||
justify-content:space-between;
|
||||
align-items:center;
|
||||
gap:10px;
|
||||
max-width:250px;
|
||||
background: #f5f5f5;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
max-width: 250px;
|
||||
min-width: 200px;
|
||||
word-wrap: break-word;
|
||||
overflow-wrap: break-word
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user