|
@@ -452,8 +452,8 @@ export class EditScence extends SGraphScene {
|
|
|
IconUrl: '/serve/topology-wanda/Picture/query/' + this._legend.Url,
|
|
|
Url: '/serve/topology-wanda/Picture/query/' + this._legend.Url,
|
|
|
Num: 1, // 此num与信息工程化得num无关
|
|
|
- sWidth: 32, //icon 的宽
|
|
|
- sHeight: 32, //icon 的高
|
|
|
+ sWidth: this._legend.Size?this._legend.Size.Width?this._legend.Size.Width:32:32, //icon 的宽
|
|
|
+ sHeight: this._legend.Size?this._legend.Size.Height?this._legend.Size.Height:32:32, //icon 的高
|
|
|
font: 16, //font
|
|
|
color: "#1F2429", //字体颜色
|
|
|
FrameColor: this._legend.FrameColor,
|