mirror of
https://gitee.com/ByteDance/flowgram.ai.git
synced 2025-07-07 17:43:29 +08:00
fix(docs): image style error (#267)
* feat(docs): add composite nodes docs * fix(docs): style
This commit is contained in:
parent
deb3e9ff6a
commit
9c69aa4e52
@ -11,8 +11,12 @@
|
|||||||
height: 100% !important;
|
height: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.medium-zoom-image {
|
//.medium-zoom-image {
|
||||||
width: 100%;
|
// width: 100%;
|
||||||
|
//}
|
||||||
|
|
||||||
|
.gedit-playground .medium-zoom-image {
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rs-table {
|
.rs-table {
|
||||||
|
|||||||
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
复合节点由多个节点组合,并支持自定义线条,如 分支节点、Loop 节点、TryCatch 节点:
|
复合节点由多个节点组合,并支持自定义线条,如 分支节点、Loop 节点、TryCatch 节点:
|
||||||
|
|
||||||
|
|
||||||
## 使用
|
## 使用
|
||||||
|
|
||||||
```ts pure title="node-registries.ts"
|
```ts pure title="node-registries.ts"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user