Przeglądaj źródła

fix: 删除冗余代码

wanggaokun 2 tygodni temu
rodzic
commit
b28a2c3b8f
1 zmienionych plików z 0 dodań i 14 usunięć
  1. 0 14
      src/views/graph/shape.ts

+ 0 - 14
src/views/graph/shape.ts

@@ -12,20 +12,6 @@ export const FlowChartRect = Graph.registerNode('flow-chart-rect', {
       strokeWidth: 1,
       fill: '#ffffff'
     },
-    fo: {
-      refWidth: '100%',
-      refHeight: '100%'
-    },
-    foBody: {
-      xmlns: Dom.ns.xhtml,
-      style: {
-        width: '100%',
-        height: '100%',
-        display: 'flex',
-        justifyContent: 'center',
-        alignItems: 'center'
-      }
-    },
     text: {
       fontSize: 12,
       fill: '#080808'