Przeglądaj źródła

'修改空间item中data的属性字段为首字母大写'

zhangyu 4 lat temu
rodzic
commit
88a847eb22
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/lib/items/SZoneLegendItem.ts

+ 1 - 1
src/lib/items/SZoneLegendItem.ts

@@ -148,7 +148,7 @@ export class SZoneLegendItem extends SPolygonItem {
         this.data.Name = this.text;
         this.data.Properties.FillColor = this.FillColor.value;
         this.data.Properties.StrokeColor = this.strokeColor.value;
-        this.data.Properties.lineWidth = this.lineWidth;
+        this.data.Properties.LineWidth = this.lineWidth;
         this.data.OutLine = this.getPointList.map(pos => {
             return {
                 X: pos.x,