Ben Lin
2024-07-01 f60c5156615626515bd6d84f151a1292b8b936c1
src/components/FlowChart/src/actionRect.ts
@@ -1,10 +1,18 @@
/*
 * @Description: file content
 * @Author: your name
 * @version:
 * @Date: 2024-04-30 14:35:47
 * @LastEditors: your name
 * @LastEditTime: 2024-06-15 18:15:59
 */
import { RectNode, RectNodeModel } from '@logicflow/core';
class CustomRectNode extends RectNode {}
class CustomRectModel extends RectNodeModel {
  override setAttributes() {
    this.width = 80;
    this.width = 120;
    this.height = 40;
    this.radius = 20;
  }