Ben Lin
2024-07-22 c24509087b1193c18ee4c87487b0fc4bf8ee0918
src/components/FlowChart/src/CollectNode.ts
@@ -49,7 +49,7 @@
class CollectNodeModel extends RectNodeModel {
  override setAttributes() {
    const size = this.properties.scale || 1;
    this.width = 100 * size;
    this.width = 110 * size;
    this.height = 80 * size;
  }
  override getTextStyle() {