|
@@ -276,8 +276,8 @@ export class EditScence extends SGraphScene {
|
|
|
FillColor: this._legend.FillColor,
|
|
|
LineDash: this._legend.LineDash,
|
|
|
LineWidth: this._legend.LineWidth,
|
|
|
- font: 20,
|
|
|
- color: '#646A73',
|
|
|
+ font: 14,
|
|
|
+ color: "#1F2429",
|
|
|
TextPos: { X: 0, Y: 0 },
|
|
|
InfoTypeId:this._legend.InfoTypeId.length? this._legend.InfoTypeId :[],
|
|
|
InfoSystemId:this._legend.InfoSystemId ? this._legend.InfoSystemId :'',
|
|
@@ -332,8 +332,8 @@ export class EditScence extends SGraphScene {
|
|
|
FillColor: this._legend.FillColor,
|
|
|
LineDash: this._legend.LineDash,
|
|
|
LineWidth: this._legend.LineWidth,
|
|
|
- font: 20,
|
|
|
- color: '#646A73',
|
|
|
+ font: 14,
|
|
|
+ color: "#1F2429",
|
|
|
FID: item.data.SourceId,
|
|
|
TextPos: { X: item.data.Location.Points[0].X, Y: -item.data.Location.Points[0].Y },
|
|
|
InfoTypeId:this._legend.InfoTypeId.length? this._legend.InfoTypeId :[],
|
|
@@ -410,9 +410,9 @@ export class EditScence extends SGraphScene {
|
|
|
Properties: {
|
|
|
IconUrl: require(`../../assets/images/t-text-hover.png`),
|
|
|
Text: '请在右侧属性栏输入文字!',
|
|
|
- Color: '#646A73',
|
|
|
- Font: 20,
|
|
|
- BackgroundColor: '#f7f9fa'
|
|
|
+ Color: "#646C73",
|
|
|
+ Font: 14,
|
|
|
+ BackgroundColor: "#f7f9facc"
|
|
|
}
|
|
|
}
|
|
|
const item = new STextMarkerItem(null, data);
|
|
@@ -452,8 +452,8 @@ export class EditScence extends SGraphScene {
|
|
|
Num: 1, // 此num与信息工程化得num无关
|
|
|
sWidth: 32, //icon 的宽
|
|
|
sHeight: 32, //icon 的高
|
|
|
- font: 20, //font
|
|
|
- color: '#646A73', //字体颜色
|
|
|
+ font: 16, //font
|
|
|
+ color: '#1F2429', //字体颜色
|
|
|
FrameColor: this._legend.FrameColor,
|
|
|
GraphCategoryId: this._legend.GraphCategoryId,
|
|
|
InfoSystemId:this._legend.InfoSystemId ? this._legend.InfoSystemId :'' ,
|