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