Bläddra i källkod

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

lishihao 4 år sedan
förälder
incheckning
5cfb4a5537
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      report/src/interface/basic.ts

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

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