Explorar el Código

fix(report): 1修改报表字体行高的类型

lishihao hace 4 años
padre
commit
5cfb4a5537
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      report/src/interface/basic.ts

+ 2 - 2
report/src/interface/basic.ts

@@ -85,7 +85,7 @@ export interface IFontSubCollection {
     FontAngle?: string;
     FontBold?: string;
     FontColor?: string;
-    FontHeight: number;
+    FontHeight: string;
     FontItalic: string;
     FontStrikeOut?: string;
     FontUnderline: string;
@@ -354,7 +354,7 @@ export interface ICustomizeCfg {
     fonts: {
         CfgDispName: string;
         FontBold: string;
-        FontHeight: number;
+        FontHeight: string;
         FontItalic: string;
         FontUnderline: string;
         ID: string;