|
@@ -2196,7 +2196,7 @@ var projectObj = {
|
|
|
if(_ && !_.isEmpty(node.data.bookmarkBackground)) style.backColor = "#"+ node.data.bookmarkBackground;//设置书签和批注背景色
|
|
|
//大项费用加粗(数字与中文字符大小不一问题由字体造成,暂时不考虑分别设置大小)
|
|
|
/* if(node.sourceType === this.project.Bills.getSourceType() && node.data.type === billType.DXFY){
|
|
|
- style.font = 'bold 0.9rem Arial';
|
|
|
+ style.font = 'bold 14px Arial';
|
|
|
}*/
|
|
|
style.borderLeft = new GC.Spread.Sheets.LineBorder("#D4D4D4", GC.Spread.Sheets.LineStyle.thin);
|
|
|
style.borderTop = new GC.Spread.Sheets.LineBorder("#D4D4D4", GC.Spread.Sheets.LineStyle.thin);
|
|
@@ -2224,7 +2224,7 @@ var projectObj = {
|
|
|
'programID',
|
|
|
'ruleText'
|
|
|
];
|
|
|
- style.font = 'bold 0.9rem Arial';
|
|
|
+ style.font = 'bold 14px Arial';
|
|
|
return style;
|
|
|
},
|
|
|
//设置节点style
|