Commit 13b0f861 authored by 仇晓婷's avatar 仇晓婷

Merge branch 'product' of http://git.mes123.com/zhouyx/mes-ui into product

parents 32390a56 eba19c16
......@@ -171,7 +171,7 @@ export default {
margin: 8,
maxSize: new go.Size(300, NaN),
wrap: go.TextBlock.WrapFit,
editable: true
editable: false
},
new go.Binding("text").makeTwoWay()
)
......@@ -207,7 +207,7 @@ export default {
margin: 8,
maxSize: new go.Size(60, NaN),
wrap: go.TextBlock.WrapFit,
editable: true
editable: false
},
new go.Binding("text").makeTwoWay()
)
......@@ -303,7 +303,7 @@ export default {
maxSize: new go.Size(200, NaN),
wrap: go.TextBlock.WrapFit,
textAlign: "center",
editable: true
editable: false
},
new go.Binding("text").makeTwoWay()
)
......@@ -381,7 +381,7 @@ export default {
textAlign: "center",
font: "10pt helvetica, arial, sans-serif",
stroke: "#333333",
editable: true
editable: false
},
new go.Binding("text").makeTwoWay()
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment