fix(docs): image style error (#267)

* feat(docs): add composite nodes docs

* fix(docs): style
This commit is contained in:
xiamidaxia 2025-05-23 16:48:39 +08:00 committed by GitHub
parent deb3e9ff6a
commit 9c69aa4e52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 3 deletions

View File

@ -11,8 +11,12 @@
height: 100% !important;
}
.medium-zoom-image {
width: 100%;
//.medium-zoom-image {
// width: 100%;
//}
.gedit-playground .medium-zoom-image {
pointer-events: none;
}
.rs-table {

View File

@ -2,7 +2,6 @@
复合节点由多个节点组合,并支持自定义线条,如 分支节点、Loop 节点、TryCatch 节点:
## 使用
```ts pure title="node-registries.ts"